ellipses_defaults.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (C) 2014 by Markus Bader *
3  * markus.bader@tuwien.ac.at *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License *
16  * along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19  ***************************************************************************/
20 
21 
22 #ifndef TUW_ELLIPSES_DEFAULTS_H
23 #define TUW_ELLIPSES_DEFAULTS_H
24 
25 #define TUW_ELLIPSES_DEFAULT_DEBUG false
26 #define TUW_ELLIPSES_DEFAULT_DISTORTED_INPUT true
27 #define TUW_ELLIPSES_DEFAULT_EDGE_DETECTION 1
28 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_EDGE_DETECTION1 150
29 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_EDGE_DETECTION2 100
30 #define TUW_ELLIPSES_DEFAULT_KERNEL_SIZE_EDGE_DETECTION 3
31 #define TUW_ELLIPSES_DEFAULT_EDGE_LINKING 2
32 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_CONTROUR_MIN_POINTS 20
33 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_POLYGON 5
34 #define TUW_ELLIPSES_DEFAULT_FILTER_CONVEX true
35 #define TUW_ELLIPSES_DEFAULT_ELLIPSE_REDEFINEMENT true
36 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_ROTATED_RECT_RATIO 30
37 #define TUW_ELLIPSES_DEFAULT_FILTER_RING true
38 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_RING_CENTER 0.2
39 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_MIN_RADIUS 0.0
40 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_MAX_RADIUS 1.0
41 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_RING_RATIO 0.1
42 #define TUW_ELLIPSES_DEFAULT_FILTER_CONTOUR_MEAN true
43 #define TUW_ELLIPSES_DEFAULT_THRESHOLD_CONTOUR_MEAN 0.1
44 #define TUW_ELLIPSES_DEFAULT_ESTIMATE_POSE 3
45 #define TUW_ELLIPSES_DEFAULT_CIRCLE_DIAMETER 0.1
46 
47 #endif // TUW_ELLIPSES_DEFAULTS_H


tuw_ellipses
Author(s): Markus Bader
autogenerated on Mon Jun 10 2019 15:42:10