OpenCV  2.4.13.3
Open Source Computer Vision
cvflann::UntypedMatrix Class Reference

#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
 
voiddata
 
flann_datatype_t type
 

Constructor & Destructor Documentation

§ UntypedMatrix()

cvflann::UntypedMatrix::UntypedMatrix ( void data_,
long  rows_,
long  cols_ 
)
inline

§ ~UntypedMatrix()

cvflann::UntypedMatrix::~UntypedMatrix ( )
inline

Member Function Documentation

§ as()

template<typename T >
Matrix<T> cvflann::UntypedMatrix::as ( )
inline

Member Data Documentation

§ cols

size_t cvflann::UntypedMatrix::cols

§ data

void* cvflann::UntypedMatrix::data

§ rows

size_t cvflann::UntypedMatrix::rows

§ type

flann_datatype_t cvflann::UntypedMatrix::type

The documentation for this class was generated from the following file: