フィルターのクリア

What formula MATLAB uses to find centroid of image?

1 回表示 (過去 30 日間)
Explorer
Explorer 2014 年 2 月 24 日
回答済み: Walter Roberson 2014 年 2 月 24 日
I know, we can get centroid by writing following:
stat = regionprops(BW, 'Centroid') ;
c = stat.Centroid
But how can I find centroid of image using mathematical expressions?
I want to know what expression MATLAB uses to find centroid.

回答 (1 件)

Walter Roberson
Walter Roberson 2014 年 2 月 24 日

カテゴリ

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