I am capturing video streams. I have a set of image values and I would like to know if any of these values are appear in the captured streams. Anyone can advise me to achieve this? I’m developing a windows application using C#.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am sure only using C# it is not possible to derive the solution. You must use some image processing algorithms.
As to code those algorithms will be a huge activity, you can use Image processing libraries available on internet. May be open cv (emgu cv for .net) or Aforge.Net might help you. If you are building any professional software, I would recommend you to check out the license of respective products.