how to measure distance between corners?

4 visualizaciones (últimos 30 días)
sara
sara el 4 de Oct. de 2014
Comentada: sara el 19 de Oct. de 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 comentarios
sara
sara el 4 de Oct. de 2014
yeah it can be the difference in vertical coordinates too,i think
Guillaume
Guillaume el 4 de Oct. de 2014
Then, since you have detected the two corners, can't you just subtract their vertical coordinates?

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 4 de Oct. de 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 comentarios
Image Analyst
Image Analyst el 19 de Oct. de 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 el 19 de Oct. de 2014
thank you so much for your answer,thanx

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by