![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/172896/image.png)
how to get a uniform illumination?
2 次查看(过去 30 天)
显示 更早的评论
hello, i am trying to do a face detection based on skin colour and i was trying to make a uniform illumination for the images acquired through the webcam. How can I do this with help of HSV adjustments?
0 个评论
采纳的回答
Image Analyst
2016-2-16
Illumination cannot be changed by software. You need things like lamps and diffusers. Simply converting to HSV or LAB color space and making the V or L channel (respectively) a uniform value does not have the same effect. Below is an image where I made the left half have the same Y value (like L or V). You can see the effect. If you would have had a non-uniform illumination, it would not flatten the image. You'd need to do background division for that.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/172896/image.png)
6 个评论
Image Analyst
2016-2-24
Try to do some noise reduction. For example average video frame together, or use some denoising algorithm.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!