camshiftKalman
 All Classes Files Functions Variables Enumerations Enumerator Macros
Functions
LBP.h File Reference
#include <opencv2/highgui/highgui.hpp>
#include <opencv/cv.hpp>
#include <opencv2/core/core.hpp>

Go to the source code of this file.

Functions

void getLBP (Mat &img)
 getLBP calculate the LBP feature More...
 
template<class T >
move (T val, int n)
 rotation shift More...
 
template<class T >
void printBinary (T val)
 print binary format of val More...
 
uchar minRotation (uchar &val)
 minRotation calculate the minimal value of the rotation shift More...
 
void getLBPRI (Mat &img)
 getLBPRI compute the rotation invariant LBP More...
 

Function Documentation

void getLBP ( Mat &  img)

getLBP calculate the LBP feature

Parameters
img
void getLBPRI ( Mat &  img)

getLBPRI compute the rotation invariant LBP

Parameters
imgthe image to calculate
uchar minRotation ( uchar &  val)

minRotation calculate the minimal value of the rotation shift

Parameters
valthe value to rotation
Returns
template<class T >
T move ( val,
int  n 
)

rotation shift

Parameters
val
nthe number of bit to move.if n > 0 then left shift; if n < 0 then right shift
template<class T >
void printBinary ( val)

print binary format of val

Parameters
valprint the val with the binary format