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< long double, LIFT > Struct Template Reference

#include <pixel_traits.h>

Public Types

typedef long double wider_type
 
typedef long double float_type
 

Static Public Attributes

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

Detailed Description

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

Definition at line 177 of file pixel_traits.h.

Member Typedef Documentation

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

Definition at line 180 of file pixel_traits.h.

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

Definition at line 179 of file pixel_traits.h.

Member Data Documentation

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

Definition at line 181 of file pixel_traits.h.

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

Definition at line 182 of file pixel_traits.h.

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

Definition at line 183 of file pixel_traits.h.


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