Ask Your Question

Hemant's profile - activity

2016-06-03 23:55:18 -0600 asked a question How to find the highest middle point in a flood filled image in opencv?

Hey I am new to OpenCV and Image Processing stuff and need help in order to find the highest middle point of a flood filled image or the highest middle point of a contour. These are the pictures of a image processing software RoboRealm and the feature i want from it using OpenCV. I have used cv:moments before as mentioned int his tutorial(http://docs.opencv.org/2.4/doc/tutorials/imgproc/shapedescriptors/moments/moments.html) but got the middle point of the contour instead of highest middle. Kindly have a look at them. 1. http://www.roborealm.com/tutorial/Obs... 2. http://www.roborealm.com/tutorial/Obs...

I am using language:C++. Thanks in advance