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.

how to store image frames in memory

Status
Not open for further replies.

katayoon_1

Newbie level 3
Joined
Nov 22, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
29
dear all;
I am working on an object tracking algorithm to simulate in xilinx ISE .I need to store at least 5 image frame with the size of (256*256) for R,G and B which I obtained its bmp file in matlab. the data amount seems too large. what kind of memory should I use in xilinx. should I use BRAM?
thanks
 

For that amount of data storage, you will need external ram.
 

you can try storing the images in a text file and read them in you VHDL code if its just needed to simulate your algorithm in xilinx ISE.

if you are planning to do an implementation on a FPGA you need other memory and your BRAM memory is not sufficient to store a single channel of a single image.
 

for a real implementation, you would stream the data through the FPGA, and store it somewhere else (like on a PC).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top