Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Local Terinary Pattern and DOG in opencv

I am working on improving a "Face recognition" project in which there is a matlab code which uses "LTP ( Local Terinary Pattern )" and "DOG (difference of Gausiann Filter)". I am trying convert this Matlab part to Opencv.

Is there any good implementations of "LTP" and "DOG" in opencv? The current "LTP" is the implementation of this paper - Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions by Xiaoyang Tan and Bill Triggs.

I found a code for "LTP" here in opencv. But it just looks like pre-processing step? Can some one refer to some LTP C++/Opencv implementations?

click to hide/show revision 2
retagged

updated 2013-09-19 08:11:24 -0600

berak gravatar image

Local Terinary Pattern and DOG in opencv

I am working on improving a "Face recognition" project in which there is a matlab code which uses "LTP ( Local Terinary Pattern )" and "DOG (difference of Gausiann Filter)". I am trying convert this Matlab part to Opencv.

Is there any good implementations of "LTP" and "DOG" in opencv? The current "LTP" is the implementation of this paper - Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions by Xiaoyang Tan and Bill Triggs.

I found a code for "LTP" here in opencv. But it just looks like pre-processing step? Can some one refer to some LTP C++/Opencv implementations?

Local Terinary Pattern ( Feature extarction ) and DOG in opencv

I am working on improving a "Face recognition" project in which there is a matlab code which uses "LTP ( Local Terinary Pattern )" and "DOG (difference of Gausiann Filter)". I am trying convert this Matlab part to Opencv.

Is there any good implementations of "LTP" and "DOG" in opencv? The current "LTP" is the implementation of this paper - Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions by Xiaoyang Tan and Bill Triggs.

I found a code for "LTP" here in opencv. But it just looks like pre-processing step? Can some one refer to some LTP - feature extraction C++/Opencv implementations?