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.
Functions
ShiTomasi.cpp File Reference
#include "ShiTomasi.h"
#include <math.h>

Go to the source code of this file.

Functions

double FindShiTomasiScoreAtPoint (BasicImage< byte > &image, int nHalfBoxSize, ImageRef irCenter)
 

Function Documentation

double FindShiTomasiScoreAtPoint ( BasicImage< byte > &  image,
int  nHalfBoxSize,
ImageRef  irCenter 
)

Definition at line 7 of file ShiTomasi.cpp.