필터 지우기
필터 지우기

how to get a uniform illumination?

조회 수: 4 (최근 30일)
amir
amir 2016년 2월 16일
댓글: Image Analyst 2016년 2월 24일
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?

채택된 답변

Image Analyst
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.
  댓글 수: 6
amir
amir 2016년 2월 24일
편집: amir 2016년 2월 24일
I have tried with color thresholder but the image is so noisy in the face area. Since I am going to do this method for real time processing, the result would not be stable since i have tried it with different photos. There is anyway I can overcome this problem?
Image Analyst
Image Analyst 2016년 2월 24일
Try to do some noise reduction. For example average video frame together, or use some denoising algorithm.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by