Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
fast_rosten.h
Go to the documentation of this file.
1
/*
2
Copyright (c) 2006, 2008 Edward Rosten
3
All rights reserved.
4
5
Redistribution and use in source and binary forms, with or without
6
modification, are permitted provided that the following conditions
7
are met:
8
9
10
*Redistributions of source code must retain the above copyright
11
notice, this list of conditions and the following disclaimer.
12
13
*Redistributions in binary form must reproduce the above copyright
14
notice, this list of conditions and the following disclaimer in the
15
documentation and/or other materials provided with the distribution.
16
17
*Neither the name of the University of Cambridge nor the names of
18
its contributors may be used to endorse or promote products derived
19
from this software without specific prior written permission.
20
21
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
28
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
29
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
30
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
*/
33
34
#ifndef FAST_H
35
#define FAST_H
36
37
#include "
std.h
"
38
#include "
lib/vision/image.h
"
39
40
struct
point_t
*
fast9_detect
(
struct
image_t
*img,
uint8_t
threshold,
uint16_t
min_dist,
uint16_t
x_padding,
uint16_t
y_padding,
uint16_t
*num_corners);
41
42
#endif
uint16_t
unsigned short uint16_t
Definition:
types.h:16
image_t
Definition:
image.h:42
image.h
Image helper functions like resizing, color filter, converters...
fast9_detect
struct point_t * fast9_detect(struct image_t *img, uint8_t threshold, uint16_t min_dist, uint16_t x_padding, uint16_t y_padding, uint16_t *num_corners)
Do a FAST9 corner detection.
Definition:
fast_rosten.c:49
std.h
point_t
Definition:
image.h:54
uint8_t
unsigned char uint8_t
Definition:
types.h:14
sw
airborne
modules
computer_vision
lib
vision
fast_rosten.h
Generated on Tue Jun 21 2016 14:01:17 for Paparazzi UAS by
1.8.8