Click here to Skip to main content
15,905,233 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone, I have a question regarding the subject mentioned above. Can I know where to find code/ code snippets for object recognition? I'm currently doing my school project for VB.Net Windows Forms, connected with database(ADO.Net). Therefore i have minor knowledge handling object recognition for VB using webcam and i tried to find sources in the internet but all of them requires money.


Therefore can anyone help me this kid?
Posted

There are no free libraries that I know of.

Machine Vision and Object Recognition are very advanced topics requiring tons of image manipulation techniques. This is something that VB.NET is ill-equipped to handle since it doesn't support unsafe code or pointers. C# or C++ are much better candidates for this type of work.

You can try and create your own, but I doubt you have the time to do it. Start reading this pile of articles[^].
 
Share this answer
 
C# and VB.NET are the same. There is no difference other than syntax. I have no clue why people like C# it is the same thing! (vb is better)

To answer your question, try out AVM library. Its a good start!
 
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