setMouseCallback(MFCDialogName, onMouse, 0) to MFC Dialog
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?
how do you show the image on MFC ? May be you have to use a mousecallback from MFC instead of opencv
did you check Related questions? take a look at http://answers.opencv.org/question/31...
Ok! Thank you verymuch guys. I used the mfc mouse callback and it works.