Ask Your Question

KBH's profile - activity

2019-07-31 19:32:18 -0600 received badge  Notable Question (source)
2018-11-23 11:35:15 -0600 received badge  Popular Question (source)
2017-02-04 02:36:08 -0600 asked a question How to make contours in opencv, c++?

Hello, I have a one question. I want to make contours in example image. http:// (image description) How to make contours in this image. http:// (image description) if example image is complicated video, Can I convert many contours is possible? Moreover, I used Visual Studio 2013 and opencv 2.4.11. Hoping for your favorable actions.

Thank you very much.

Best Regards

KBH

2017-02-02 03:00:40 -0600 asked a question How to get to inside contour in c++,opencv

Hello, I have a one question.

I want to use to inside contour areas.

from my program, i did like this

"original image -> grayscale image -> gaussianblur -> Canny -> findcontours".

But I don't know how to get to inside contour pixel data segment.

if I find many contours, i want covert it into "inside contours area" and "outside contours area".

Moreover, I used Visual Studio 2013 and opencv 2.4.11.

Hoping for your favorable actions.

Thank you very much.

Best Regards

KBH