Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear \ Members


I have a university project , it's About money reader and detector ,
the main idea is about how to recognize the curreny by moving the money over the cam and detect the valur and the type of it>



please i am looking for your help , can you help me ?


Thanks

Techno
Posted
Comments
ZurdoDev 13-Dec-12 15:36pm    
There are dlls that can already do that. What exactly do you need help with?
Sergey Alexandrovich Kryukov 13-Dec-12 16:53pm    
What do you mean, I wonder?
—SA
hotloveshake 14-Dec-12 1:53am    
i mean that i need the software or the source code of detecting and reading the money !!!

1 solution

This is not a simple task at all.

For .NET image recognition or computer vision library, my first recommendation will be the well-known AForge.NET by Andrew Kirillov, a CodeProject member and author, by the way:
http://en.wikipedia.org/wiki/AForge.NET[^],
http://www.aforgenet.com/[^],
http://code.google.com/p/aforge/[^].

Two other well-known open-source libraries, OpenCV and VXL are written in C++
http://en.wikipedia.org/wiki/OpenCV[^],
http://opencv.org/[^],
http://en.wikipedia.org/wiki/VXL[^],
http://vxl.sourceforge.net/[^].

There are some .NET OpenCV wrappers:
http://code.google.com/p/opencvdotnet/[^],
http://sourceforge.net/projects/emgucv/[^].

In principle, you can wrap any C++ library using P/Invoke or a mixed-mode (managed + unmanaged) C++/CLI project.

—SA
 
Share this answer
 
v3

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