Whats the significance of Image Normalisation???
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello,
I'm working on my final year project in which I have captured a picture from a webcam. I'm trying to find the 'red component' of the image.
So I would like to know,
1)is normalizing the image prior to finding the redness a better idea or finding the redness directly from the image without the Normalizing?
2) Normalizing meaning eg:- R/sqrt(R^2+G^2+B^2) . I have followed this step for all the individual pixels.
Awaiting your reply.
Truly
TRK
댓글 수: 0
답변 (1개)
Jacob Mathew
2024년 11월 20일 10:20
Hey Kishan,
Given your use case of finding the red component of the image, normalising the image before working on it will be helpful, as it can help boost the contrast between the color streams.
A common normalization technique to achieve this is histogram equilazation. You can refer to the following documentation to learn more about it:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!