Count Color objects in images

青春壹個敷衍的年華 提交于 2019-12-13 02:08:32

问题


I'm working in image segmentation, testing a lot of different segmentation algorithms, in order to do a comparitive study. At the moment i've implemented the mean shift algorithm. I would like to count the objects segmented in the image. In this images there are two types of objects, with different colors. I have a the manually counting done by specialists so i would like to compare the results.

The result image is:

There is any way for me to automize this process?

Can you please help me out!?

Thanks a lot in advance. John

来源:https://stackoverflow.com/questions/29877499/count-color-objects-in-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!