Ask Your Question

123456852852's profile - activity

2017-03-14 02:45:53 -0600 received badge  Famous Question (source)
2015-01-03 04:17:49 -0600 received badge  Notable Question (source)
2014-05-04 10:10:48 -0600 received badge  Popular Question (source)
2012-11-29 01:20:47 -0600 asked a question How can i find the centroid of the largest white(actually yellow) area using OpenCV with C++2008?

I am doing some images processing using OpenCV with C++2008.

I have to do the thresholding to make the image into black (other color) and white(actually yellow colour).

After that, since there are different areas of white areas on the image, I have to find the centroid of the largest white(actually yellow) area.

How can i find the centroid of the largest white(actually yellow) area using OpenCV with C++2008?