Ask Your Question

walkingbeard's profile - activity

2017-06-22 01:22:36 -0600 received badge  Famous Question (source)
2015-12-14 11:48:22 -0600 received badge  Notable Question (source)
2015-04-08 11:10:38 -0600 received badge  Popular Question (source)
2012-12-16 13:04:38 -0600 asked a question Gaps in canny-detected edges

Hi,

I'm having trouble detecting edges with the Canny function. Despite running on a binary image (shouldn't that be easy?) there are gaps in the final contour. Maybe I'm using the wrong parameters, but I'm a little unclear on what each one does.

I am running cv::Canny(imgOut, imgOut, 0, 0, 3, true) on:image description and getting: image description

Here is a zoom. Currently, the red pixel is actually black, but it needs to come out white. Can this be reasonably achieved? image description

Make thanks!