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