SharpCV
SharpCV copied to clipboard
cv2.imgshow() not working
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:

I am getting the same problem.