Ask Your Question
0

Face Detection based on Background Light Condition

asked 2014-05-13 09:02:20 -0600

Sandip gravatar image

updated 2014-05-13 09:29:30 -0600

berak gravatar image

Hi All,

We are using LBP for face detection and new to face detection. We have a situation that it should detect the Face in Heavy background light like Sunny. But our face detection code is unable to detect the face in sunny Light. So anyone please help to resolve this issue. How do we detect the face in sunny background? Also how do we detect the face on different Light condition?

Thanks,

edit retag flag offensive close merge delete

Comments

1
berak gravatar imageberak ( 2014-05-13 09:28:18 -0600 )edit

Histogram equalization will probably not work. It is already done on training a face detector so before performing your detection this should already be a standard operation. No idea about the others tough :)

StevenPuttemans gravatar imageStevenPuttemans ( 2014-05-19 06:47:08 -0600 )edit

oh, CascadeClassifier does a equalizeHist internally ? did not know that ;)

berak gravatar imageberak ( 2014-05-19 06:54:02 -0600 )edit

it does during training, first makes grayscale images, then performs a equalizeHist to optimize the feature detection. However before performing a detection with a trained model, I always suggest my students to apply those steps to the image input. It does increase their results.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-05-19 07:03:47 -0600 )edit
1

ah, ok. thanks for clarifying.

berak gravatar imageberak ( 2014-05-19 07:22:41 -0600 )edit

you are welcome!

StevenPuttemans gravatar imageStevenPuttemans ( 2014-05-19 07:54:12 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-05-19 05:54:30 -0600

Sandip gravatar image

Thanks berak, the CLAHE works good. Now it works with the sunlight also.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-05-13 09:02:20 -0600

Seen: 718 times

Last updated: May 19 '14