Ask Your Question

Ricardo Câmara's profile - activity

2018-05-16 06:58:00 -0600 received badge  Notable Question (source)
2017-04-22 05:59:57 -0600 received badge  Popular Question (source)
2015-05-18 14:32:38 -0600 received badge  Supporter (source)
2015-05-13 08:02:13 -0600 asked a question Where can i find a fast opencv c++ code to compute LBP and LTP histograms?

I am working on a SVM classifier to classify eye images in open or closed eye. I found this paper:

http://www.sciencedirect.com/science/...

Some of the methods described on this paper use LPB (Local Binary Pattern) and LTP (Local Ternary Pattern) as descriptors to generate the features to a SVM classifier. I know that opencv makes face recognition using LBP descriptor, but i don't know how to use it's code to get LBP histograms.

Can some one help me with this?

If someone tell me how can i use opencv LBP implementation to compute LBP histograms, or show me where can i find a fast LTP C++ code for opencv i will be grateful. If someone can tell me both will be great!

Thanks!