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.
Classes | Namespaces | Macros | Functions
image.h File Reference
#include <string.h>
#include "image_ref.h"
#include "exceptions.h"
#include <string>
#include <utility>
#include <iterator>
#include "aligned_mem.h"

Go to the source code of this file.

Classes

struct  CVD::Exceptions::Image::All
 
struct  CVD::Exceptions::Image::IncompatibleImageSizes
 
struct  CVD::Exceptions::Image::ImageRefNotInImage
 
class  CVD::Internal::ImagePromise< C >
 
class  CVD::ImageError::AccessOutsideImage
 
class  CVD::SubImage< T >
 
class  CVD::ConstSubImageIterator< T >
 
class  CVD::SubImageIterator< T >
 
class  CVD::SubImage< T >
 
class  CVD::BasicImage< T >
 
class  CVD::ImageCreationIterator< T >
 
class  CVD::Image< T >
 
struct  CVD::Image< T >::CopyPlaceHolder
 

Namespaces

 CVD
 
 CVD::Exceptions
 
 CVD::Exceptions::Image
 
 CVD::Internal
 
 CVD::ImageError
 
 CVD::ImageUtil
 

Macros

#define CVD_IMAGE_ASSERT(X, Y)
 

Functions

template<class T >
void CVD::ImageUtil::memfill (T *data, int n, const T val)
 
template<>
void CVD::ImageUtil::memfill (unsigned char *data, int n, const unsigned char val)
 
template<>
void CVD::ImageUtil::memfill (signed char *data, int n, const signed char val)
 
template<>
void CVD::ImageUtil::memfill (char *data, int n, const char val)
 
template<class C >
ImageCreationIterator< C > CVD::CreateImagesBegin (const C &from_me)
 
template<class C >
ImageCreationIterator< C > CVD::CreateImagesEnd (const C &, int i)
 
template<class C >
ImageCreationIterator< C > CVD::CreateImagesEnd (int i)
 

Macro Definition Documentation

#define CVD_IMAGE_ASSERT (   X,
 
)

Definition at line 81 of file image.h.