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.

pxiel value of image using matlab

Status
Not open for further replies.

hodahussein

Full Member level 2
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

i have an image and i want to know how i can obtain the pixel value in binary form using matlab?
what is the different between the index and pixel value?

wait your help for importance
regards
 

You can use dec2bin command to convert pixel values in binary form. Index is used for accessing array elements such as a that means the i th element of array a. Pixel values is used to indicate the intensity level of the image i.e gray scale image is made up 256 different values that range from 0-255.

Kind Regards,
ALP
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top