Hello
I am working on a project that deals with image processing. My question is what are the global and local image statistics ?
Thanks in advance.

 採用された回答

David Young
David Young 2015 年 1 月 29 日

0 投票

A global statistic is one which describes the whole image - e.g. the mean grey level of all the pixels of the image.
A local statistic one which describes a neighbourhood within the image - e.g. the mean grey level of a given pixel and its 8 nearest neighbours. Local statistics are often computed for many neighbourhoods ("patches") within an image, sometimes for a neighbourhood centred on every pixel.

1 件のコメント

Ynne
Ynne 2015 年 1 月 29 日
Thanks a lot

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

その他の回答 (0 件)

質問済み:

2015 年 1 月 29 日

コメント済み:

2015 年 1 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by