regionprops (b,'Orientation')

5 visualizaciones (últimos 30 días)
sajid rahim
sajid rahim el 5 de En. de 2020
Comentada: Image Analyst el 5 de En. de 2020
Hello.
I am using this
angle=regionprops(b,'Orientation');
theta=angle.Orientation;
for angle finding.
Now in my thesis I have to write their formulas and mathematical forms.
Now from where we get it?
  2 comentarios
darova
darova el 5 de En. de 2020
Editada: darova el 5 de En. de 2020
What is the question? What do you heed help with?
Image Analyst
Image Analyst el 5 de En. de 2020
Formulas for what??? The line going through the blob centroids at that angle? Please specify. By the way, this is clearer and more general (in case there are multiple blobs):
props = regionprops(b,'Orientation'); % Make angle measurements.
allTheta = [props.Orientation]; % All angles in a single vector.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Power and Energy Systems 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