1 /**********
2 *
3 * This file is part of the TINA Open Source Image Analysis Environment
4 * henceforth known as TINA
5 *
6 * TINA is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as
8 * published by the Free Software Foundation.
9 *
10 * TINA 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 Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public License
16 * along with TINA; if not, write to the Free Software Foundation, Inc.,
17 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 *
19 **********
20 *
21 * Program : TINA
22 * File : $Source: /home/tina/cvs/tina-libs/tina/geometry/geomCurve_con_test.h,v $
23 * Date : $Date: 2002/12/09 11:51:23 $
24 * Version : $Revision: 1.1.1.1 $
25 * CVS Id : $Id: geomCurve_con_test.h,v 1.1.1.1 2002/12/09 11:51:23 cvstina Exp $
26 *
27 * Author : Legacy TINA
28 *
29 * Notes :
30 *
31 *********
32 */
33
34 #ifndef TINA_GEOM_CURVE_CON_TEST_HDR
35 #define TINA_GEOM_CURVE_CON_TEST_HDR
36
37 #include <tina/sys/sysDef.h>
38 #include <tina/math/mathDef.h>
39 #include <tina/image/imgDef.h>
40 #include <tina/geometry/geom_IndxDef.h>
41 #include <tina/geometry/geom_CurveDef.h>
42
43 #ifdef __cplusplus
44 extern "C" {
45 #endif /* __cplusplus */
46
47
48 double conic_chi2(Vec2 p, Conic * conic, Conic_stat * stats);
49 Bool conic_param_between(double t, double t1, double t2);
50 void *conic_pos_thres(void *pos, int type, Conic * conic);
51 Tstring *conic_threshold_string(Conic * conic, Tstring * string, double thres);
52 Vec2 geom2_mid_point(void *geom, int type);
53 Vec2 geom2_p1(void *geom, int type);
54 Vec2 geom2_p2(void *geom, int type);
55 Windex *geom_mid_point_index_build(List * geom, Imregion * region);
56 List *geom_from_index(Conic * conic, Conic_stat * stats, Windex * index, char **mask, Ipos p, double conf);
57 List *conic_join(List * geom, Imregion * roi, double conf, double lo_thres, double hi_thres, int max_div);
58 List *conic_compatible(Conic * conic, List * geom, double lo_thres, double hi_thres, int max_div);
59
60
61 #ifdef __cplusplus
62 }
63 #endif /* __cplusplus */
64
65 #endif /* TINA_GEOM_CURVE_CON_TEST_HDR */
66
67
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.