How does REGIONPROPS define "normalized second central moment"?

20 views (last 30 days)
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 Comment
Shinuo Weng
Shinuo Weng on 26 Apr 2018
the normalized second central moment is the second central moment divided by the area.

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 13 Dec 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 Comments
Matt J
Matt J on 13 Dec 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 on 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)).

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!