Normalize by using zero mean and unit variance

41 ビュー (過去 30 日間)
Emerson Nithiyaraj
Emerson Nithiyaraj 2019 年 9 月 17 日
コメント済み: Adam 2019 年 9 月 17 日
I am working with Medical CT image and i came across a pre-processing step in an article ,"contrast enhancement of images by using histogram equalization and normalized by using zero mean and unit variance". Histogram equalization can be done using histeq function and how to normalize it to zero mean and unit variance and whats the need to normalize like that?
  1 件のコメント
Adam
Adam 2019 年 9 月 17 日
Mathematically just find the mean and subtract it, then take the variance and divide by that. But if you want a ready-made function then Star Strider's answer should cover that.

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

採用された回答

Star Strider
Star Strider 2019 年 9 月 17 日
If you have R2018a or later, use the normalize function. Another option is zscore.

その他の回答 (0 件)

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by