Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

image processing in fpga

Status
Not open for further replies.

hodahussein

Full Member level 2
Joined
Apr 17, 2007
Messages
144
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
2,276
dear all

can any one tell me how do i write or store image on fpga (spartant 3E )
becuase this is first step and important in my master science

wait your reply
best regards
 

Write code in HDL of your choice.
Compile.
Download to board.
 

Hi,
You need to get the pixel values 1st.
Store that in a flash if the image is big or multiple images are there.
if you dont want a flash you have to paste all the pixel value in a constant defined in your code.
and then use it.
Can you tell me how are you going to use the stored image in FPGA? or you just want to store it.
 

hi

let me explain what i want exactly: my application is the fpga store the image"picked up by digital camera " and i will apply some processing on this stored image and then display it again.
so, the first step how can i load the image on fpga "storing"
note: now i have fpga spartant 3E kit

wait your reply
 

convert your image to hex value using matlab and store it in block ram by initializing using file handling in verilog its easy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top