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.

coordinates of all the pixels of binary image

Status
Not open for further replies.

shefsharma

Newbie level 3
Joined
Apr 23, 2011
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
i've a binary image and i want to know the coordinates of all the pixels.
've tries bwlabel,regionprops,bwboundaries ,[x, y]= find(bw)etc
but not getting any results.
kindly help.
 

I assume those are commands that do the same as 'GePixelValue' or 'GetPixelColor' or 'GetPixelRGB', etc.

* Did you open more than one window? Are you reading pixels in the active window?

* Is your code compatible with the screen bit depth you're handling (colors or B&W)?

* Are you storing values in compatible variables? Byte, integer, word, long integer, etc.?

* Does your program assign black to be 1 or -1? True or NOT(0)? Because NOT(0) is -1.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top