Remove pixels inside the region in an image
Hi I am new to open CV and python and I want to remove the pixels inside region in an image(attached) and only wants edges of the image..
Hi I am new to open CV and python and I want to remove the pixels inside region in an image(attached) and only wants edges of the image..
Try this: 1) search big contour and fill it. 2) apply canny edge detection to get edges.
If you use findContours to get contours then you set RetrievalModes to RETR_EXTERNAL
Asked: 2018-03-26 06:50:49 -0600
Seen: 1,295 times
Last updated: Mar 26 '18
Extracting a vector of pixel values across multiple frames
Reading pixel values from a frame of a video
How to operate on each pixel of a cv2.cv.Mat with a 3 x 3 matrix?
Accessing pixel value always return same value
extract a vector of pixels from a frame
android ndk level access to camera video stream/pixels