How to match the extracted minutiae points using matlab? How to dump the code in arduino processor?
1 次查看(过去 30 天)
显示 更早的评论
Respected sir, We are planning to do a project on fingerprint authentication using minutiae matching algorithm. We were able to extract the bifurcations and ridges. Request you to provide a code for matching the minutiae points. Thank you Dhivya
0 个评论
采纳的回答
Walter Roberson
2016-3-6
You can look through the File Exchange to see if you find anything there. You can look through other people's postings on the same topic to see if you find anything usable.
Other than that: NO, we are not going to provide code. You are working on an academic project. You are expected to do the work. If we did the work, would we get the university course credit or would you?
With regard to "dump the code in arduino processor":
There is an optional package, MATLAB Coder, which is not available to Student Version licenses or to Home license, but which is available to Academic licenses and to Professional / Commercial licenses (at over $US7000). That package can be used to convert some kinds of MATLAB code to C or C++ code, which you could then put together with other C or C++ code to create an Ardunio application. This is what you would have to use to program MATLAB code in the Arduino.
On the other hand, for a few years, Simulink has supported generating code for Arduino targets. Simulink is included in (most) Student Version licenses. The difference is that this would be controlled by Simulink, not by MATLAB. It is possible to use Simulink "MATLAB Function Block" to invoke (a subset of) MATLAB code that has been rephrased from how it would normally be written.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!