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.
prototypes.h
Go to the documentation of this file.
1 #include "fast_corner.h"
2 #include <vector>
3 namespace CVD
4 {
5  using namespace std;
6 
7  void fast_corner_detect_plain_9(const SubImage<byte>& i, std::vector<ImageRef>& corners, int b);
8  void fast_corner_detect_plain_10(const SubImage<byte>& i, std::vector<ImageRef>& corners, int b);
9 
10 }
11 
void fast_corner_detect_plain_9(const SubImage< byte > &i, vector< ImageRef > &corners, int b)
Definition: abs.h:24
void fast_corner_detect_plain_10(const SubImage< byte > &i, vector< ImageRef > &corners, int b)