Re: How to find the location of pixel values in an image
- From: "safee.ullah@xxxxxxxxx" <safee.ullah@xxxxxxxxx>
- Date: 17 Aug 2006 23:23:37 -0700
Lets assume:
Img is your Image...
If you want to see the value at 3 row and 2 column of the image..you
code like this:
val = Img(3,2)
regards
Umair Arshad wrote:
dear MATLAB users
i am working on a project.I have an image(gray image) of a printed
circuit board(PCB) which have black points on it.These points are the
drill locations(where the drilling is done).I want to find the
locations of these points (like as to finding the X-Y coordinates
with respect to origin(0,0) ).My question is that is MATLAB have any
function to find the specific location of a point(pixel)?.Please tell
me if any exists.I will be very thankful to you
yours sincerely
Umair
.
- References:
- How to find the location of pixel values in an image
- From: Umair Arshad
- How to find the location of pixel values in an image
- Prev by Date: Need an automatic thresholding m file, for 1 D array
- Next by Date: Re: 3dPlot
- Previous by thread: How to find the location of pixel values in an image
- Next by thread: Need an automatic thresholding m file, for 1 D array
- Index(es):
Relevant Pages
|