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.