Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

Anyone have the c++ code for Watershed algorithm for gray scale tiff images?????

I searched over the internet. But didn't find anything helpful.:-(

Thanks in advance.
Posted

1 solution

Some variant of watershed is available if the open-source computer vision library OpenCV:
http://en.wikipedia.org/wiki/OpenCV[^],
http://opencv.org/[^].

Please perform the search in the documentation search page: http://docs.opencv.org/search.html?q=watershed&check_keywords=yes&area=default[^].

Happy New Year!

—SA
 
Share this answer
 
Comments
Tamal Biswas 4-Jan-13 2:15am    
please send me code in opencv for watershed algorithm
Sergey Alexandrovich Kryukov 4-Jan-13 3:33am    
Send you? Code? In OpenCV? It looks like you hope that I'll sit down and develop this code for you. Sorry, no. You probably picked up a wrong forum. This one is for software developers, those who can develop code themselves.
And you are the one who didn't even bother to ask a question.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900