Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

How to obtain images from SD-RAM?

I am working on a final year project to detect human figure in an image from cameras using verilog code. The platform used in the project is a DE2 board(Cyclone EP2C35F672C6N) and D5M(camera).

I have succeeded in converting the colored image into gray scale images and display it in a monitor. Now, i would like to read the images from the SD-RAM and apply image processing steps for image analysis.

I am encountering a few problems as below:

1.The images stored in the SD-RAM is constantly changing, meaning that the pixel stored in it will be replaced by new pixel that the camera capture. The camera functions in real time. The camera will obtain images and display them in a monitor in real time. Since i have converted the images to gray scale, the images stored in the SD-RAM is also gray scale. Since R = G= B, I need to read out either one to carry out image processing. How to read out the R or G or B from the SD-RAM?

2. Is it possible to do image processing using verilog coding?

Can anyone please give me some advice or offer some reference for me? I have attached a zip file file for the current project in the post.

16 Replies