From last few days I have been looking for a java implementation of
supervised watershed segmentation in OpenCv as you can see in this
link. After trying very hard I managed to rewrite the code in JAVA but I am kinda stuck on something I seriously don't know. So I posted a question(
link : StackOverFlow) regarding that problem but couldn't find anything useful. Finally I just bumped into BoofCV and literally loved it because its faster than JAVA's reputation. I tried something similar as in OpenCV example but the results are different. Can anyone help me to get the same results?
