Can anyone suggest good illumination normalization algos for face authentication. I have tried basic algos like DoG, LBP, ..?

后端 未结 2 581
误落风尘
误落风尘 2021-01-03 10:00

As part of my project, I want to build an illumination invariant face authentication system. The constraint is I have only 1 enrollment image, but I have the option of addin

2条回答
  •  春和景丽
    2021-01-03 10:05

    Have you tried converting to Lab color space? http://en.wikipedia.org/wiki/Lab_color_space

    Code: http://robotics.stanford.edu/~ruzon/software/rgblab.html

提交回复
热议问题