opencv on mbed

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Matrix< T > Class Template Reference

Matrix< T > Class Template Reference

Class that implements a simple rectangular matrix stored in a memory buffer and provides convenient matrix-like access using the [] operators. More...

#include <matrix.h>

Public Member Functions

FLANN_DEPRECATED void free ()
 Convenience function for deallocating the storage data.
T * operator[] (size_t index) const
 Operator that return a (pointer to a) row of the data.

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 46 of file matrix.h.


Member Function Documentation

FLANN_DEPRECATED void free (  )

Convenience function for deallocating the storage data.

Definition at line 69 of file matrix.h.

T* operator[] ( size_t  index ) const

Operator that return a (pointer to a) row of the data.

Definition at line 80 of file matrix.h.