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.
Static Public Attributes | List of all members
CVD::Pixel::DefaultConvertible< C > Struct Template Reference

#include <convert_pixel_types.h>

Static Public Attributes

static const int is = std::numeric_limits<C>::is_specialized
 

Detailed Description

template<class C>
struct CVD::Pixel::DefaultConvertible< C >

All pixel types which are DefaultConvertible can be converted freely from one to another. This struct indicated which types are DefaultConvertible. All bulitin numeric types, Rgb of them, Rgba and Rgb8 etc fall in to this class.

Definition at line 272 of file convert_pixel_types.h.

Member Data Documentation

template<class C >
const int CVD::Pixel::DefaultConvertible< C >::is = std::numeric_limits<C>::is_specialized
static

Definition at line 274 of file convert_pixel_types.h.


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