Matrix proxy to interface with 3rd party libraries (FLANN, OpenCV, NumPy). More...
#include <kgraph-data.h>
Public Member Functions | |
MatrixProxy (Matrix< DATA_TYPE > const &m) | |
unsigned | size () const |
unsigned | dim () const |
DATA_TYPE const * | operator[] (unsigned i) const |
DATA_TYPE * | operator[] (unsigned i) |
Matrix proxy to interface with 3rd party libraries (FLANN, OpenCV, NumPy).