How does REGIONPROPS define "normalized second central moment"?

5 ビュー (過去 30 日間)
Matt J
Matt J 2013 年 12 月 13 日
コメント済み: Shinuo Weng 2018 年 4 月 26 日
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 件のコメント
Shinuo Weng
Shinuo Weng 2018 年 4 月 26 日
the normalized second central moment is the second central moment divided by the area.

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2013 年 12 月 13 日
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 件のコメント
Matt J
Matt J 2013 年 12 月 13 日
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 2017 年 2 月 8 日
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)).

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by