object traking within a video file

夙愿已清 提交于 2019-12-11 07:28:45

问题


I have an intresting project assigned to me , and I would like if you can provide me with an idea of what I should look for and read and learn.

(Im not asking for solutions )

I have to make a windows application using C# that have an option to load a video file (avi or any) and then the application detect a specific color or an object such as a ball or a face or whatever.

I heard there is a library called opencv and Im learning a lot from it .

I would like to learn more and more , but I want to avoid wasting my time on somthing old or not applicable.

please advice

thank you


回答1:


Have you tried Googling first? The 3rd result from searching opencv track is this fantastic post:

Tracking colored objects in OpenCV

If you’re new to image processing, you’ll enjoy this project. What we’ll attempt to achieve in this tutorial is tracking the location of a coloured object in an image. In our case, it’ll be a yellow colored ball.



来源:https://stackoverflow.com/questions/9927563/object-traking-within-a-video-file

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