I am using LBP
on grayscale
images for facial expression recognition task. How can I figure out the best parameters (number of neighbour set points
, and radius of circle
) for LBP
which will be used as the input of my CNN?
p.s. Using skimage
's LBP
implementation