Image Processing Toolboxのgr​aycomatrix​関数について

1 view (last 30 days)
Takato Kimura
Takato Kimura on 8 Oct 2015
Answered: Thorsten on 8 Oct 2015

graycomatrix関数でオフセットを指定せずに glcm = graycomatrix(I) として使用した場合のデフォルトのオフセットはどのようになっているのでしょうか?

  1 Comment
Image Analyst
Image Analyst on 8 Oct 2015
Google Translation:
"Will the default offset is made how when used as
glcm = graycomatrix(I)
without the offset graycomatrix function?"

Sign in to comment.

Answers (1)

Thorsten
Thorsten on 8 Oct 2015
The default offset is [0 1]. See help graycomatrix

Categories

Find more on Image Processing Toolbox 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!