#include <matrix.h>
Public Member Functions | |
UntypedMatrix (void *data_, long rows_, long cols_) | |
~UntypedMatrix () | |
template<typename T > | |
Matrix< T > | as () |
Public Attributes | |
size_t | rows |
size_t | cols |
void * | data |
flann_datatype_t | type |
cvflann::UntypedMatrix::UntypedMatrix | ( | void * | data_, | |
long | rows_, | |||
long | cols_ | |||
) |
cvflann::UntypedMatrix::~UntypedMatrix | ( | ) |
size_t cvflann::UntypedMatrix::rows |
size_t cvflann::UntypedMatrix::cols |