Public Member Functions | Public Attributes
cvflann::UntypedMatrix Class Reference

#include <matrix.h>

List of all members.

Public Member Functions

 UntypedMatrix (void *data_, long rows_, long cols_)
 ~UntypedMatrix ()
template<typename T >
Matrix< Tas ()

Public Attributes

size_t rows
size_t cols
voiddata
flann_datatype_t type

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation


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