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.
ShiTomasi.h
Go to the documentation of this file.
1 // Copyright 2008 Isis Innovation Limited
2 #ifndef __SHI_TOMASI__H
3 #define __SHI_TOMASI__H
4 
5 #include "image.h"
6 #include "byte.h"
7 
8 
10  int nHalfBoxSize,
11  CVD::ImageRef irCenter);
12 
13 
14 #endif
double FindShiTomasiScoreAtPoint(CVD::BasicImage< CVD::byte > &image, int nHalfBoxSize, CVD::ImageRef irCenter)
Definition: ShiTomasi.cpp:7