Altera_Forum
Honored Contributor
14 years agoImage processing is done in "Hardware" or "Software"
I am a newbie for FPGA. I have background in C/C++, Matlab ,and i just completed a book "Verilog by Examples".
I am wondering about image processing, such as blob analysis, threshold, edge, sobel. is it done main part in hardware (fpga hdl), or software (niosii)?? If it has done software, it would be easy for me to apply C/C++, openCV in software. P.S. The project that i will apply is grain color sorter ( real time image processing).