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

#include <pixel_traits.h>

Public Types

typedef int wider_type
 
typedef float float_type
 

Static Public Attributes

static const bool integral = true
 
static const bool is_signed = std::numeric_limits<char>::is_signed
 
static const int bits_used = std::numeric_limits<char>::digits
 
static const char max_intensity =(1 << bits_used) - 1
 

Detailed Description

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

Definition at line 55 of file pixel_traits.h.

Member Typedef Documentation

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

Definition at line 58 of file pixel_traits.h.

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

Definition at line 57 of file pixel_traits.h.

Member Data Documentation

template<int LIFT>
const int CVD::Pixel::traits< char, LIFT >::bits_used = std::numeric_limits<char>::digits
static

Definition at line 61 of file pixel_traits.h.

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

Definition at line 59 of file pixel_traits.h.

template<int LIFT>
const bool CVD::Pixel::traits< char, LIFT >::is_signed = std::numeric_limits<char>::is_signed
static

Definition at line 60 of file pixel_traits.h.

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

Definition at line 62 of file pixel_traits.h.


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