camshiftKalman
 All Classes Files Functions Variables Enumerations Enumerator Macros
Functions
LBP.cpp File Reference
#include "LBP.h"

Functions

void getLBP (Mat &img)
 getLBP calculate the LBP feature 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