Azzera filtri
Azzera filtri

How can I draw a line on an image and count the pixels along the line?

4 visualizzazioni (ultimi 30 giorni)
I have a image of some rectangles and I want to draw a line across some of the rectangles. How can I count the pixels along the line and find out which part has the minimum intercepts?
Thanks, Gene

Risposte (2)

Image Analyst
Image Analyst il 29 Ago 2012
Let's say you drew the line with improfile(). Then you'll have the endpoints of the line and you can use the Pythagorean theorem to get the distance.
I don't know what you mean by the part that has the minimum intercepts. Perhaps uploading an image and a better explanation would help.

Gene
Gene il 29 Ago 2012
This is rephrase of my previous post.
If I have a image like the following: https://dl.dropbox.com/u/10571500/matlab2.jpg
and I want to find out which bar in it lined up. I want Matlab would allow me to select the area to do the operation (the red frame in the following image) and then find out the lined up bars simply by comparing the pixels along the two red lines. https://dl.dropbox.com/u/10571500/Picture1.jpg
But later I realize if the original bars are somehow rotated by some angle, which happens a lot, how should I do find out those lined up bars? https://dl.dropbox.com/u/10571500/Picture2.jpg

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by