Ask Your Question

Navd's profile - activity

2013-11-28 02:02:35 -0600 received badge  Supporter (source)
2013-11-15 12:26:59 -0600 received badge  Editor (source)
2013-11-15 12:22:06 -0600 asked a question 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.