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
CVD::ImageError Namespace Reference

Classes

class  AccessOutsideImage
 

Detailed Description

Fatal image errors (used for debugging). These are not included in the main CVD::Exceptions namespace since they are fatal errors which are only thrown if the library is compiled with -D CVD_IMAGE_DEBUG. This compiles in image bounds checking (see CVD::BasicImage::operator[]()) and makes image accesses very slow!