Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

watershed java implementation

I am trying to implement watershed algorithm with markers in java

watershed java implementation

I am trying to implement watershed algorithm with markers in javajava, found a example here

http://docs.opencv.org/trunk/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.html

I tried hard but failed! Is there anyone out there who hava aleady done this thing? I stuck on the function cv2.connectedComponents(sure_fg), because can't find it in java docs.

watershed java implementation

I am trying to implement watershed algorithm with markers in java, found a example here

http://docs.opencv.org/trunk/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.html

I tried hard but failed! Is there anyone out there who hava have aleady done this thing? I stuck on the function cv2.connectedComponents(sure_fg), because can't find it in java docs.

click to hide/show revision 4
retagged

updated 2013-11-15 12:32:41 -0600

berak gravatar image

watershed java implementation

I am trying to implement watershed algorithm with markers in java, found a example here

http://docs.opencv.org/trunk/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.html

I tried hard but failed! Is there anyone out there who have aleady done this thing? I stuck on the function cv2.connectedComponents(sure_fg), because can't find it in java docs.

watershed java implementation

I am trying to implement watershed algorithm with markers in java, found a example here

http://docs.opencv.org/trunk/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.html

I tried hard but failed! Is there anyone out there who have aleady done this thing? I stuck on the function cv2.connectedComponents(sure_fg), because can't find it in java docs.