How does REGIONPROPS define "normalized second central moment"?

5 vues (au cours des 30 derniers jours)
Matt J
Matt J le 13 Déc 2013
Commenté : Shinuo Weng le 26 Avr 2018
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 commentaire
Shinuo Weng
Shinuo Weng le 26 Avr 2018
the normalized second central moment is the second central moment divided by the area.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 13 Déc 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 commentaires
Matt J
Matt J le 13 Déc 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 le 8 Fév 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)).

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by