First time here? Check out the FAQ!
answered 2013-06-04 04:58:55 -0600
edge detection filters, like sobel or canny will give you only an image with edges in .
i guess, you want something like an outline, so look at findContours .
your pipeline will look like this: