Ask Your Question
0

What image format is best use for facial recognition?

asked 2016-05-18 22:09:54 -0600

arcticworker gravatar image

What format is best use for facial recognition e.g. png, jpg, pgm ot another? i use opnecv methods LBPHFaceRecognizer, FisherFaceRecognizer and EigenFaceRecognizer.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-18 23:41:03 -0600

They are the same. As a facial recognition method uses intensity values read from images for performing the recognition process, the format does not affect the results. But the format will affect when saving images from acquisition devices, the quality of the pictures may reduce if you use compressed format such as jpg.

edit flag offensive delete link more

Comments

@tuannhtn, thanks for reply. What about optimal image resolution for recognition? I should use the highest resolution or are there any restrictions?

arcticworker gravatar imagearcticworker ( 2016-05-19 09:01:59 -0600 )edit

I think the resolution should depend on the method you use but generally (from the literature and my experience) the 128x128 resolution is sufficient.

tuannhtn gravatar imagetuannhtn ( 2016-05-20 02:24:05 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-18 22:09:54 -0600

Seen: 437 times

Last updated: May 18 '16