how to remove shadows from face image in matlab ?

2 ビュー (過去 30 日間)
nastaran
nastaran 2014 年 6 月 20 日
回答済み: Image Analyst 2014 年 6 月 20 日
I want to detect lip in the face , in step one I convert the RGB image to Binary image but there is a problem , the quality and light effect on output mostly. some times when a person laugh the shadow changes the light so the result changes.I want try to change my code to create binary image according to light and shadow in the image to gain correct out put
after execute my code :
as you can see around of lip we have shadow , how do I remove shadow of face ? or how do I set variable on my code ?
I attached my code .

回答 (1 件)

Image Analyst
Image Analyst 2014 年 6 月 20 日
There's nothing in MATLAB built in to do that. I'd recommend you find the algorithm for "Shadows and Highlights" that Photoshop uses. It's probably discussed online somewhere - I don't have it handy. Then code that up. It does a pretty good job.

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by