detect object in image,how they did it. I think it is unbelieveable

老子叫甜甜 提交于 2019-12-03 15:18:02

问题


alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/person_06.jpg alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/dog_08.jpg alt text http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/examples/sheep_07.jpg

this picture is download from a website,the team show their research result like this. I want to know how they did it, some body know tell me I will be appreciate. thank you


回答1:


Based on their publications, one can conclude they use SVM classifier and/or some sort of a graphical model (Markov Random Field / Conditional Random Field). Also, they (probably) use Histograms of Oriented Gradients as features. The approach implies really complicated math (machine learning, to be precise). If you are not familiar, you could try to use their implementation.




回答2:


The algorithm was published.

And you can redo it yourself, if you do have your Math skills sharp enough.



来源:https://stackoverflow.com/questions/2115364/detect-object-in-image-how-they-did-it-i-think-it-is-unbelieveable

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