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 i...
Altera_Forum
Honored Contributor
11 years agoJPEG is very computationally expensive and is not really suited to FPGAs as it requires processing on memory buffers etc. This is much more suited to a processor rather than an FPGA. You could quite easily do it in a soft core processor, eg the NIOS.