How does REGIONPROPS define "normalized second central moment"?

5 visualizaciones (últimos 30 días)
From the documentation (R2013a) on REGIONPROPS
'MajorAxisLength' — Scalar specifying the length (in pixels) of the major axis of the ellipsethat has the same normalized second central moments as the region.
However according to the definition of normalized central moments given here, the normalized second central moment is always 1 with identity. So, clearly REGIONPROPS uses a different definition. What is the definition that REGIONPROPS uses?
  1 comentario
Shinuo Weng
Shinuo Weng el 26 de Abr. de 2018
the normalized second central moment is the second central moment divided by the area.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 13 de Dic. de 2013
I'm not seeing how it says that the normalized second central moment is always 1.
I'm not sure what they use, but if I were going to do it, I'd use these formulas: https://en.wikipedia.org/wiki/Image_moment#Central_moments. Note that f(x,y) always equals 1 for a binary blob.
  2 comentarios
Matt J
Matt J el 13 de Dic. de 2013
I'm not seeing how it says that the normalized second central moment is always 1.
The expression they give E((x-mu)^n/sigma^n is identically 1 for n=2. Also, there is a table at the link some lines above showing that second standardized moments (synonymous they say with normalized moments) are 1.
but if I were going to do it, I'd use these formulas:
Yes, that's what I'd have expected, too, but I don't see how those moments are "normalized".
Cris Luengo
Cris Luengo el 8 de Feb. de 2017
This is an old question, but just for reference value:
In that link to Wikipedia page on image moments, look at mu', not mu. mu' is normalized by the "object weight", the 0th order moment. Those are used to compute axes lengths (4 * sqrt(lambda)).

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by