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일

1 개 추천

If you have R2018a or later, use the normalize function. Another option is zscore.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

제품

릴리스

R2019a

질문:

2019년 9월 17일

댓글:

2019년 9월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by