how to measure distance between corners?

4 visualizzazioni (ultimi 30 giorni)
sara
sara il 4 Ott 2014
Commentato: sara il 19 Ott 2014
I have detected some corners in labeled images,how can I measure vertical distance between corners,forexample plot a line at the top corner of each labeled image and measure the vertical difference to each other
  4 Commenti
sara
sara il 4 Ott 2014
yeah it can be the difference in vertical coordinates too,i think
Guillaume
Guillaume il 4 Ott 2014
Then, since you have detected the two corners, can't you just subtract their vertical coordinates?

Accedi per commentare.

Risposta accettata

Image Analyst
Image Analyst il 4 Ott 2014
Just measure the bounding box with regionprops. A full demo is given in my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  9 Commenti
Image Analyst
Image Analyst il 19 Ott 2014
To show top lines, use the line() or plot() function on the original (not cropped) image. To display bounding box, use the rectangle() function on the original image, not the cropped subImage.
sara
sara il 19 Ott 2014
thank you so much for your answer,thanx

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Image Processing and Computer Vision 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