Whats the significance of Image Normalisation???
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Jacob Mathew
on 20 Nov 2024 at 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 Comments
See Also
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!