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.
dchecktest.hh
Go to the documentation of this file.
1 
2 namespace TooN {
3 
5 
6 namespace Internal {
7  template<int N>
8  struct DCheck {
9  static int val() {return N;}
10  };
11 
12  template<>
13  struct DCheck<-1>{
14  static Argument_Needed_For_Dynamic_Parameter val(); // {return ArgumentNeededForDynamicParameter();}
15  };
16 }
17 
18 }
19 
Everything lives inside this namespace.
Definition: allocator.hh:48
static int val()
Definition: dchecktest.hh:9