SharpCV icon indicating copy to clipboard operation
SharpCV copied to clipboard

cv2.imgshow() not working

Open MarioGK opened this issue 4 years ago • 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

MarioGK avatar Jan 03 '22 22:01 MarioGK

I am getting the same problem.

gkapellmann avatar Mar 13 '24 22:03 gkapellmann