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.

i am doing a project in verilog, image processing

Status
Not open for further replies.

Manoj.B

Newbie level 3
Joined
Jan 25, 2010
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore
Activity points
1,306
HI

I can read and write a file in verilog, the image which i am reading is .bmp file, the values of the image is in 8bit(if we open in text editor the values appear in 8bit), now my problem is which are the values in the image are RGB values how to indentify RGB values in a image

regards
Manoj.B
 

there are plenty of open source bmp reader library online. I would suggest using one of them to remove the bmp header information and dumping just the image data then using $readmemh to read it into verilog.

Terry
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top