#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... | |
| void getLBP | ( | Mat & | img) |
getLBP calculate the LBP feature
| img |
| void getLBPRI | ( | Mat & | img) |
getLBPRI compute the rotation invariant LBP
| img | the image to calculate |
| uchar minRotation | ( | uchar & | val) |
minRotation calculate the minimal value of the rotation shift
| val | the value to rotation |
1.8.4