How does REGIONPROPS define "normalized second central moment"?

5 Ansichten (letzte 30 Tage)
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 Kommentar
Shinuo Weng
Shinuo Weng am 26 Apr. 2018
the normalized second central moment is the second central moment divided by the area.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 13 Dez. 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 Kommentare
Matt J
Matt J am 13 Dez. 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 am 8 Feb. 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)).

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by