libfovis
Main Page
Modules
Classes
Files
File List
libfovis
fast.hpp
1
#ifndef __fovis_FAST_hpp__
2
#define __fovis_FAST_hpp__
3
4
#include <vector>
5
6
#include "keypoint.hpp"
7
8
namespace
fovis
9
{
10
11
void
FAST(
const
uint8_t* img,
int
width,
int
height,
int
row_stride,
12
std::vector<KeyPoint>* keypoints,
13
int
threshold,
14
bool
nonmax_suppression);
15
16
}
17
18
#endif
fovis
quick and dirty profiling tool.inspired by the matlab tic/toc command
Definition:
camera_intrinsics.hpp:6
Generated on Thu Aug 6 2015 22:22:06 for libfovis by
1.8.9.1