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 | Protected Attributes | List of all members
CVD::ConstSubImageIterator< T > Class Template Reference

#include <image.h>

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

Public Types

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

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)
 

Protected Attributes

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::ConstSubImageIterator< T >

Definition at line 127 of file image.h.

Member Typedef Documentation

template<class T >
typedef ptrdiff_t CVD::ConstSubImageIterator< T >::difference_type

Definition at line 187 of file image.h.

template<class T >
typedef std::forward_iterator_tag CVD::ConstSubImageIterator< T >::iterator_category

Definition at line 185 of file image.h.

template<class T >
typedef const T* CVD::ConstSubImageIterator< T >::pointer

Definition at line 188 of file image.h.

template<class T >
typedef const T& CVD::ConstSubImageIterator< T >::reference

Definition at line 189 of file image.h.

template<class T >
typedef T CVD::ConstSubImageIterator< T >::value_type

Definition at line 186 of file image.h.

Constructor & Destructor Documentation

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

Definition at line 193 of file image.h.

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

Definition at line 196 of file image.h.

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

Definition at line 206 of file image.h.

Member Function Documentation

template<class T >
bool CVD::ConstSubImageIterator< T >::operator!= ( const ConstSubImageIterator< T > &  s) const
inline

Definition at line 171 of file image.h.

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

Definition at line 150 of file image.h.

template<class T >
const ConstSubImageIterator& CVD::ConstSubImageIterator< T >::operator++ ( )
inline

Definition at line 130 of file image.h.

template<class T >
void CVD::ConstSubImageIterator< T >::operator++ ( int  )
inline

Definition at line 144 of file image.h.

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

Definition at line 149 of file image.h.

template<class T >
bool CVD::ConstSubImageIterator< T >::operator< ( const ConstSubImageIterator< T > &  s) const
inline

Definition at line 152 of file image.h.

template<class T >
bool CVD::ConstSubImageIterator< T >::operator== ( const ConstSubImageIterator< T > &  s) const
inline

Definition at line 166 of file image.h.

Member Data Documentation

template<class T >
const T * CVD::ConstSubImageIterator< T >::end
protected

Definition at line 212 of file image.h.

template<class T >
bool CVD::ConstSubImageIterator< T >::is_end
protected

Definition at line 213 of file image.h.

template<class T >
T* CVD::ConstSubImageIterator< T >::ptr
protected

Definition at line 211 of file image.h.

template<class T >
const T* CVD::ConstSubImageIterator< T >::row_end
protected

Definition at line 212 of file image.h.

template<class T >
int CVD::ConstSubImageIterator< T >::row_increment
protected

Definition at line 214 of file image.h.

template<class T >
int CVD::ConstSubImageIterator< T >::total_width
protected

Definition at line 214 of file image.h.


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