SciSharp/SharpCV

cv2.imgshow() not working

MarioGK opened this issue · 1 comments

When you call the function it throws this error:

System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
   at SharpCV.cv2_native_api.highgui_imshow(String winName, IntPtr mat)
   at SharpCV.cv_api.imshow(String windownName, Mat img)

Example:
image

I am getting the same problem.