Forum Discussion
Altera_Forum
Honored Contributor
11 years agoIris recognition on FPGA
Dear All,
Good day. I want to implement iris circle detection algorithm. Once the iris circle is detected, the detected image will be compressed using jpeg2000 and sent to host using USB interface. project will use OV7725 image sensor. Once the algorithm is implemented on the fpga, i want to make custom hardware. I want to use FPGA for this purpose. Kindly suggest me a suitable fpga development kit for the same or is there any other altera development kit that is better for above project, do suggest me. BR, Abdul12 Replies
- Altera_Forum
Honored Contributor
If you want to do an FPGA accelerated design, use the Altera tools to simulate and implement your algorithm it on various sizes of FPGA. Pick the smallest one that can fit what you need. That will give you your requirements. Pay attention to the compilation reports as they will tell you how man resources are used by each piece of your design. You may need to alter your design to make it fit.
- Altera_Forum
Honored Contributor
There are several commercial IP cores that implement high-speed video detection algorithms in FPGA. A couple of examples are Xylon and Eutecus:
http://www.logicbricks.com/products/logifdt.aspx https://www.eutecus.com/prodserv/eutecus_mve_glossy_altera_v2.0_display.pdf Thanks, Evgeni