v4r_ellipses_defaults.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2014 by Markus Bader                                    *
00003  *   markus.bader@tuwien.ac.at                                             *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   This program is distributed in the hope that it will be useful,       *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00013  *   GNU General Public License for more details.                          *
00014  *                                                                         *
00015  *   You should have received a copy of the GNU General Public License     *
00016  *   along with this program; if not, write to the                         *
00017  *   Free Software Foundation, Inc.,                                       *
00018  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00019  ***************************************************************************/
00020 
00021 
00022 #ifndef V4R_ELLIPSES_DEFAULTS_H
00023 #define V4R_ELLIPSES_DEFAULTS_H
00024 
00025 #define V4R_ELLIPSES_DEFAULT_DEBUG false
00026 #define V4R_ELLIPSES_DEFAULT_DISTORTED_INPUT true
00027 #define V4R_ELLIPSES_DEFAULT_EDGE_DETECTION 1
00028 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_EDGE_DETECTION1 150
00029 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_EDGE_DETECTION2 100
00030 #define V4R_ELLIPSES_DEFAULT_KERNEL_SIZE_EDGE_DETECTION 3
00031 #define V4R_ELLIPSES_DEFAULT_EDGE_LINKING 2
00032 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_CONTROUR_MIN_POINTS 20
00033 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_POLYGON 5
00034 #define V4R_ELLIPSES_DEFAULT_FILTER_CONVEX true
00035 #define V4R_ELLIPSES_DEFAULT_ELLIPSE_REDEFINEMENT true
00036 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_ROTATED_RECT_RATIO 30
00037 #define V4R_ELLIPSES_DEFAULT_FILTER_RING true
00038 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_RING_CENTER 0.2
00039 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_MIN_RADIUS 0.0
00040 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_MAX_RADIUS 1.0
00041 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_RING_RATIO 0.1
00042 #define V4R_ELLIPSES_DEFAULT_FILTER_CONTOUR_MEAN true
00043 #define V4R_ELLIPSES_DEFAULT_THRESHOLD_CONTOUR_MEAN 0.1
00044 #define V4R_ELLIPSES_DEFAULT_ESTIMATE_POSE 3
00045 #define V4R_ELLIPSES_DEFAULT_CIRCLE_DIAMETER 0.1
00046 
00047 #endif // V4R_ELLIPSES_DEFAULTS_H


v4r_ellipses
Author(s):
autogenerated on Wed Aug 26 2015 16:41:40