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 | Static Public Attributes | List of all members
CVD::Pixel::traits< double, LIFT > Struct Template Reference

#include <pixel_traits.h>

Public Types

typedef double wider_type
 
typedef double float_type
 

Static Public Attributes

static const bool integral = false
 
static const bool is_signed = true
 
static const double max_intensity = 1.0
 

Detailed Description

template<int LIFT>
struct CVD::Pixel::traits< double, LIFT >

Definition at line 166 of file pixel_traits.h.

Member Typedef Documentation

template<int LIFT>
typedef double CVD::Pixel::traits< double, LIFT >::float_type

Definition at line 169 of file pixel_traits.h.

template<int LIFT>
typedef double CVD::Pixel::traits< double, LIFT >::wider_type

Definition at line 168 of file pixel_traits.h.

Member Data Documentation

template<int LIFT>
const bool CVD::Pixel::traits< double, LIFT >::integral = false
static

Definition at line 170 of file pixel_traits.h.

template<int LIFT>
const bool CVD::Pixel::traits< double, LIFT >::is_signed = true
static

Definition at line 171 of file pixel_traits.h.

template<int LIFT>
const double CVD::Pixel::traits< double, LIFT >::max_intensity = 1.0
static

Definition at line 172 of file pixel_traits.h.


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