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::Internal::int_info< To, From > Struct Template Reference

#include <scalar_convert.h>

Static Public Attributes

static const int diff =traits<To>::bits_used - traits<From>::bits_used
 
static const int chunks =traits<To>::bits_used / traits<From>::bits_used
 
static const int extra_bits =traits<To>::bits_used % traits<From>::bits_used
 
static const int final_rshift = traits<From>::bits_used - extra_bits
 
static const int shift_dir = (diff == 0)?0:((diff > 0)?1:-1)
 

Detailed Description

template<class To, class From>
struct CVD::Pixel::Internal::int_info< To, From >

Definition at line 51 of file scalar_convert.h.

Member Data Documentation

template<class To , class From >
const int CVD::Pixel::Internal::int_info< To, From >::chunks =traits<To>::bits_used / traits<From>::bits_used
static

Definition at line 57 of file scalar_convert.h.

template<class To , class From >
const int CVD::Pixel::Internal::int_info< To, From >::diff =traits<To>::bits_used - traits<From>::bits_used
static

Definition at line 53 of file scalar_convert.h.

template<class To , class From >
const int CVD::Pixel::Internal::int_info< To, From >::extra_bits =traits<To>::bits_used % traits<From>::bits_used
static

Definition at line 59 of file scalar_convert.h.

template<class To , class From >
const int CVD::Pixel::Internal::int_info< To, From >::final_rshift = traits<From>::bits_used - extra_bits
static

Definition at line 61 of file scalar_convert.h.

template<class To , class From >
const int CVD::Pixel::Internal::int_info< To, From >::shift_dir = (diff == 0)?0:((diff > 0)?1:-1)
static

Definition at line 64 of file scalar_convert.h.


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