I need to compare received image with stored image using FPGA kit. For that need HDL coding.How can code to compare two images in HDL. Any other way is available to compare images?
This question is not properly posed. There can be more than one algorithm for image comparison. There can be more than one realization for each of these algorithms. Do you want to realize one such realization in any one HDL?
I need information about, how to write HDL code, to compare images. For example, i need to compare two 512x512 image, If i compared pixel by pixel with its value, how to do? or any other tool do this simple manner?