watershed java implementation

asked 2013-11-15 12:22:06 -0600

Navd gravatar image

updated 2013-12-13 00:55:04 -0600

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.

edit retag flag offensive close merge delete