cvflann::Matrix< T > Class Template Reference
#include <matrix.h>
List of all members.
Detailed Description
template<typename T>
class cvflann::Matrix< T >
Class that implements a simple rectangular matrix stored in a memory buffer and provides convenient matrix-like access using the [] operators.
Definition at line 47 of file matrix.h.
Constructor & Destructor Documentation
Member Function Documentation
Operator that return a (pointer to a) row of the data.
Definition at line 77 of file matrix.h.
Convenience function for deallocating the storage data.
Definition at line 65 of file matrix.h.
Member Data Documentation
The documentation for this class was generated from the following file: