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

#include <pixel_traits.h>

Public Types

typedef unsigned long long wider_type
 
typedef double float_type
 

Static Public Attributes

static const bool integral = true
 
static const bool is_signed = false
 
static const int bits_used = 31
 
static const unsigned long long max_intensity =(1ull << bits_used) - 1ull
 

Detailed Description

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

Definition at line 135 of file pixel_traits.h.

Member Typedef Documentation

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

Definition at line 138 of file pixel_traits.h.

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

Definition at line 137 of file pixel_traits.h.

Member Data Documentation

template<int LIFT>
const int CVD::Pixel::traits< unsigned long long, LIFT >::bits_used = 31
static

Definition at line 141 of file pixel_traits.h.

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

Definition at line 139 of file pixel_traits.h.

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

Definition at line 140 of file pixel_traits.h.

template<int LIFT>
const unsigned long long CVD::Pixel::traits< unsigned long long, LIFT >::max_intensity =(1ull << bits_used) - 1ull
static

Definition at line 142 of file pixel_traits.h.


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