Normalize by using zero mean and unit variance
16 次查看(过去 30 天)
显示 更早的评论
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
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.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!