Public Member Functions | |
void | construct (std::vector< unsigned int > &im) |
std::vector< unsigned int > | get_sub_rect (unsigned int tu, unsigned int tv, unsigned int bu, unsigned int bv) |
II (unsigned int bins, unsigned int width, unsigned int height) | |
~II () | |
Public Attributes | |
unsigned int | bins_ |
unsigned int | height_ |
std::vector< unsigned int * > | ii_ |
unsigned int | width_ |
Definition at line 94 of file normal_descriptor_alg.cpp.
II::II | ( | unsigned int | bins, |
unsigned int | width, | ||
unsigned int | height | ||
) | [inline] |
Definition at line 103 of file normal_descriptor_alg.cpp.
II::~II | ( | ) | [inline] |
Definition at line 108 of file normal_descriptor_alg.cpp.
void II::construct | ( | std::vector< unsigned int > & | im | ) | [inline] |
Definition at line 112 of file normal_descriptor_alg.cpp.
std::vector<unsigned int> II::get_sub_rect | ( | unsigned int | tu, |
unsigned int | tv, | ||
unsigned int | bu, | ||
unsigned int | bv | ||
) | [inline] |
Definition at line 168 of file normal_descriptor_alg.cpp.
unsigned int II::bins_ |
Definition at line 98 of file normal_descriptor_alg.cpp.
unsigned int II::height_ |
Definition at line 100 of file normal_descriptor_alg.cpp.
std::vector<unsigned int*> II::ii_ |
Definition at line 97 of file normal_descriptor_alg.cpp.
unsigned int II::width_ |
Definition at line 99 of file normal_descriptor_alg.cpp.