OpenCV  3.4.4
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
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 cols
 
void * data
 
size_t rows
 
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: