Sample code in opencv java for finding contour properties
Hi, I am doing a project using OpenCV Java. I want to make use of methods for finding contour properties. As I am not an expert in OpenCV or Java, it would be great if someone could provide a sample code in Java for using methods like findContours, contourArea, convexhull etc.
you could start with this android sample
Thank you berak.