SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Public Member Functions | Public Attributes | List of all members
TooN::Internal::MatrixSlice< R, C, Precision > Struct Template Reference

#include <allocator.hh>

Inheritance diagram for TooN::Internal::MatrixSlice< R, C, Precision >:
TooN::Internal::RowSizeHolder< R > TooN::Internal::ColSizeHolder< C > TooN::Internal::SizeHolder< S > TooN::Internal::SizeHolder< S >

Public Member Functions

 MatrixSlice (Precision *p)
 
 MatrixSlice (Precision *p, int r, int c)
 
template<class Op >
 MatrixSlice (const Operator< Op > &op)
 
- Public Member Functions inherited from TooN::Internal::RowSizeHolder< R >
 RowSizeHolder (int i)
 
 RowSizeHolder ()
 
 RowSizeHolder (const Operator< Op > &op)
 
int num_rows () const
 Return the number of rows. More...
 
- Public Member Functions inherited from TooN::Internal::ColSizeHolder< C >
 ColSizeHolder (int i)
 
 ColSizeHolder ()
 
 ColSizeHolder (const Operator< Op > &op)
 
int num_cols () const
 Return the number of columns. More...
 

Public Attributes

Precision *const my_data
 

Detailed Description

template<int R, int C, class Precision>
struct TooN::Internal::MatrixSlice< R, C, Precision >

Definition at line 606 of file allocator.hh.

Constructor & Destructor Documentation

template<int R, int C, class Precision>
TooN::Internal::MatrixSlice< R, C, Precision >::MatrixSlice ( Precision *  p)
inline

Definition at line 616 of file allocator.hh.

template<int R, int C, class Precision>
TooN::Internal::MatrixSlice< R, C, Precision >::MatrixSlice ( Precision *  p,
int  r,
int  c 
)
inline

Definition at line 619 of file allocator.hh.

template<int R, int C, class Precision>
template<class Op >
TooN::Internal::MatrixSlice< R, C, Precision >::MatrixSlice ( const Operator< Op > &  op)
inline

Definition at line 625 of file allocator.hh.

Member Data Documentation

template<int R, int C, class Precision>
Precision* const TooN::Internal::MatrixSlice< R, C, Precision >::my_data

Definition at line 610 of file allocator.hh.


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