![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
#include "matrix.h"
Public Member Functions | |
| UntypedMatrix (void *data_, long rows_, long cols_) | |
| ~UntypedMatrix () | |
| template<typename T > | |
| Matrix< T > | as () |
Public Attributes | |
| size_t | cols |
| void * | data |
| size_t | rows |
| flann_datatype_t | type |
| cvflann::UntypedMatrix::UntypedMatrix | ( | void * | data_, |
| long | rows_, | ||
| long | cols_ | ||
| ) |
| cvflann::UntypedMatrix::~UntypedMatrix | ( | ) |
| Matrix<T> cvflann::UntypedMatrix::as | ( | ) |
| size_t cvflann::UntypedMatrix::cols |
| void* cvflann::UntypedMatrix::data |
| size_t cvflann::UntypedMatrix::rows |
| flann_datatype_t cvflann::UntypedMatrix::type |
1.8.12