Ask Your Question

bayesfactor's profile - activity

2018-03-13 23:20:55 -0600 answered a question medianBlur from imgproc not working with python bindings?

The issue is likely your source type. I had the same issue; from the docstring, "src input 1-, 3-, or 4-channel image;

2018-03-12 16:03:11 -0600 commented question OpenCV Error: Assertion failed in watershed

I have a similar issue when using watershed from python: markers = cv2.watershed(im, img2) error: C:\projects\opencv-py