Click here to Skip to main content
15,887,436 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how to covert the image into 0's and 1's
Posted
Comments
Baji Jabbar 13-Jan-11 1:57am    
Really want to help you .Using C#, we can but with VHDL no idea , even I heard about this VHDL now :)
Sandeep Mewara 13-Jan-11 3:35am    
What VHDL stands for?
LittleYellowBird 13-Jan-11 3:35am    
You need to provide more information about what you are trying to do and what tools you are using. For instance what is the image file format, what do you mean by 1's and 0's (all data in electronics is stored in 1's and 0's) and what programming language are you hoping to use.
Thomas Krojer 13-Jan-11 5:07am    
again, 'please' would be nice ...

I think you should spend some time reading here[^], rather than asking such vague questions.
 
Share this answer
 
hi
where is your image data ?
1- you can convert image to binary files with C++, vb,... Of course once binary file for gray scale and others for red green blue or gamma with image Width Height Resolution or other necessary Specifications.
and transfer to a memory or FPGA port.
2- you must write a vhdl program to reading image files in memory(for example usb flash memory)that connected to your fpga ports .
please read this PDF file

http://biorob2.epfl.ch/pages/studproj/birg67936/rapport.pdf
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900