Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everybody..
Yesterday i wrote a thread[^] about what library is best and easiest for image processing (or image recognition - computer vision). But found out that my source is a video and i need to do that every moment, so i think i need some video processing library or video recognition library.
What do u suggest guys? Is AForge.Net works? Or OpenCV?

In addition it's useful to say that my source is a video file contains a bubble and i want measure its diameter and angle relative to horizon.

Thanks
Posted
Updated 1-Feb-12 5:26am
v3
Comments
thatraja 1-Feb-12 11:27am    
Always include link for the reference. You forgot to include the link for your old question. I have updated it.
Christian Graus 1-Feb-12 13:53pm    
If you're looking to process static things, as opposed to movement, I'd think that frames from your video using an image processing library would be best. If you need to track things like movement, then you're tracking video. I would suggest if this is a commercial application, you look for a commercial library, as it sounds like it will be central to your project, and that it would be good for it to be supported. If it's not, then I would google for libraries, and then google each one to see what people are saying about them, as well as seeing what people say in here.

1 solution

I've found EmguCV library (OpenCV wrapper) pretty good :D
 
Share this answer
 

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