Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use OpenCV watershed for segmenting any object using marker. After segmenting you can fond out the area of the object in pixels.

You can use OpenCV watershed for segmenting any object using marker. After segmenting you can fond out the area of the object in pixels.pixels. You can find watershed.cpp demo in OpenCV samples directory.

You can use OpenCV watershed for segmenting any object using marker. After segmenting segmention you can fond out the area of the object in pixels. You can find watershed.cpp demo in OpenCV samples directory.