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 Types | Public Member Functions | List of all members
CVD::SubImageIterator< T > Class Template Reference

#include <image.h>

Inheritance diagram for CVD::SubImageIterator< T >:
CVD::ConstSubImageIterator< T >

Public Types

typedef T * pointer
 
typedef T & reference
 
- Public Types inherited from CVD::ConstSubImageIterator< T >
typedef std::forward_iterator_tag iterator_category
 
typedef T value_type
 
typedef ptrdiff_t difference_type
 
typedef const T * pointer
 
typedef const T & reference
 

Public Member Functions

 SubImageIterator (T *start, int image_width, int row_stride, const T *off_end)
 
 SubImageIterator (T *end)
 
 SubImageIterator ()
 
T * operator-> ()
 
T & operator* ()
 
- Public Member Functions inherited from CVD::ConstSubImageIterator< T >
const ConstSubImageIteratoroperator++ ()
 
void operator++ (int)
 
const T * operator-> () const
 
const T & operator* () const
 
bool operator< (const ConstSubImageIterator &s) const
 
bool operator== (const ConstSubImageIterator &s) const
 
bool operator!= (const ConstSubImageIterator &s) const
 
 ConstSubImageIterator ()
 
 ConstSubImageIterator (const T *start, int image_width, int row_stride, const T *off_end)
 
 ConstSubImageIterator (const T *end)
 

Additional Inherited Members

- Protected Attributes inherited from CVD::ConstSubImageIterator< T >
T * ptr
 
const T * row_end
 
const T * end
 
bool is_end
 
int row_increment
 
int total_width
 

Detailed Description

template<class T>
class CVD::SubImageIterator< T >

Definition at line 217 of file image.h.

Member Typedef Documentation

template<class T >
typedef T* CVD::SubImageIterator< T >::pointer

Definition at line 231 of file image.h.

template<class T >
typedef T& CVD::SubImageIterator< T >::reference

Definition at line 232 of file image.h.

Constructor & Destructor Documentation

template<class T >
CVD::SubImageIterator< T >::SubImageIterator ( T *  start,
int  image_width,
int  row_stride,
const T *  off_end 
)
inline

Definition at line 220 of file image.h.

template<class T >
CVD::SubImageIterator< T >::SubImageIterator ( T *  end)
inlineexplicit

Definition at line 224 of file image.h.

template<class T >
CVD::SubImageIterator< T >::SubImageIterator ( )
inline

Definition at line 228 of file image.h.

Member Function Documentation

template<class T >
T& CVD::SubImageIterator< T >::operator* ( )
inline

Definition at line 235 of file image.h.

template<class T >
T* CVD::SubImageIterator< T >::operator-> ( )
inline

Definition at line 234 of file image.h.


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