Hello guys, I am completely new with the device. I attempting to implement an image processing algorithm onto an fpga. I am trying to do this by explicitly writing a verilog code for the algorithm that I have designed. It requires me to filter an image first row wise and then column wise. But, I am not finding any matter related to how to send an image into fpga so that whichever form it is available in, i could make it undergo the necessary processing.
first of all, I know none of the ways to send an image. secondly, for any method how would i receive the data(digitized) on the fpga board or would it be into the memory directly? how to utilize that data brought inside it in a most desirable way?