setMouseCallback(MFCDialogName, onMouse, 0) to MFC Dialog

asked 2016-01-24 01:21:33 -0600

Bilityuk gravatar image

Hi to everyone! I show the processed video on MFC dialog. How to set Mouse Callback to the dialog? This function only works for opencv window but not in dialog. Can anybody help with this question please?

edit retag flag offensive close merge delete

Comments

2

how do you show the image on MFC ? May be you have to use a mousecallback from MFC instead of opencv

pklab gravatar imagepklab ( 2016-01-24 13:08:45 -0600 )edit
2

did you check Related questions? take a look at http://answers.opencv.org/question/31...

sturkmen gravatar imagesturkmen ( 2016-01-24 22:06:17 -0600 )edit
1

Ok! Thank you verymuch guys. I used the mfc mouse callback and it works.

Bilityuk gravatar imageBilityuk ( 2016-01-25 06:40:17 -0600 )edit