tgy / facedetect

MB-LBP based face detection
MIT License
14 stars 5 forks source link

issue about the numbers on MBLBP #2

Closed chibai closed 7 years ago

chibai commented 7 years ago

According the original paper, there're 256 kinds of binary patterns and totally 2049 MB-LBP features. But in your extraction phase, image I can understand the idea of your approach I just want to know if you figure out 256 and 2049 these two numbers, cause I can not really map 256 and 2049 to your method. Thank you

tgy commented 7 years ago

I investigated this when I worked on this project and created this script to count the number of features for given window and block sizes. In the end I couldn't get the same number of features as described in the original paper. I decided it wasn't that important after all. If you ever find out, I'm interested to know.