#include <EdgeHistogram.h>
Inherits DescriptorBase.
Public Member Functions | |
EdgeHistogram () | |
constructor | |
void | SetSize () |
set size of the edge histogram vector | |
void | PrintElements () |
prints the descriptor vector | |
std::string | toString () |
convert descriptor data to string | |
int | match (EdgeHistogram *edHist) |
match descriptors and return distance | |
Public Attributes | |
std::vector< char > | m_pEdge_Histogram |
edge histogram vector | |
Friends | |
std::ostream & | operator<< (std::ostream &os, EdgeHistogram &s) |
EdgeHistogram::EdgeHistogram | ( | ) |
constructor
void EdgeHistogram::SetSize | ( | ) |
set size of the edge histogram vector
void EdgeHistogram::PrintElements | ( | void | ) | [virtual] |
std::string EdgeHistogram::toString | ( | ) |
int EdgeHistogram::match | ( | EdgeHistogram * | edHist | ) |
match descriptors and return distance
std::ostream& operator<< | ( | std::ostream & | os, | |
EdgeHistogram & | s | |||
) | [friend] |
std::vector<char> EdgeHistogram::m_pEdge_Histogram |
edge histogram vector