Description: Introduction
============
This is a class to calculate histogram of LBP (local binary patterns) from an
input image, histograms of LBP-TOP (local binary patterns on three orthogonal planes)
from an image sequence, histogram of the rotation invariant VLBP (volume local
binary patterns) or uniform rotation invariant VLBP from an image sequence.
Reference
=========
1. Guoying Zhao, Matti Pietikä inen, "Dynamic Texture Recognition Using Local Binary Patterns
with an Application to Facial Expressions," IEEE Transactions on Pattern Analysis and Machine
Intelligence, vol. 29, no. 6, pp. 915-928, June 2007, doi:10.1109/TPAMI.2007.1110
2. Guoying Zhao, Matti Pietikainen, "Dynamic texture recognition using volume local binary
patterns," In: Dynamical Vision, WDW 2005/2006 Proceedings, Lecture Notes in Computer
Science 4358, 2006, 165-177.
Example
=======
Refer to `example directory for a simple demonstration.
Change
======
* Some data structure are c
To Search:
File list (Check if you may need any files):
LBP-v0.0.4
..........\example
..........\.......\0.png
..........\.......\1.png
..........\.......\10.png
..........\.......\11.png
..........\.......\12.png
..........\.......\13.png
..........\.......\14.png
..........\.......\15.png
..........\.......\2.png
..........\.......\3.png
..........\.......\4.png
..........\.......\5.png
..........\.......\6.png
..........\.......\7.png
..........\.......\8.png
..........\.......\9.png
..........\.......\Makefile
..........\.......\test.cpp
..........\LBP.cpp
..........\LBP.h
..........\README