#include <DLLBP.h>
Public Member Functions | |
DLLBP () | |
virtual | ~DLLBP () |
vector< double > | getNormalizedHistogram (DLImage im) |
vector< int > | getHistogram (DLImage im) |
bool | saveHist (string filename) |
Protected Attributes | |
vector< int > | hist |
the histogram representation of texture information |
DLLBP::DLLBP | ( | ) |
Default DLLBP Constructor.
DLLBP::~DLLBP | ( | ) | [virtual] |
Default DLLBP Destructor.
vector< double > DLLBP::getNormalizedHistogram | ( | DLImage | im | ) |
Compute and return the normalized histogram representation of texture information in type vector<double>
im | input DLImage | |
vector<double> | The returned normalized histogram representation of texture information |
vector< int > DLLBP::getHistogram | ( | DLImage | im | ) |
Compute and return the histogram representation of texture information in type vector<int>
im | input DLImage | |
vector<int> | The returned histogram bin of texture information |
bool DLLBP::saveHist | ( | string | filename | ) |
Save the histogram representation of texture information in specified file as plain text
filename | output plain text file name in string | |
return | true if successful |