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/medical/med_SroiPro.h,v $
23 * Date : $Date: 2003/10/06 12:29:47 $
24 * Version : $Revision: 1.3 $
25 * CVS Id : $Id: med_SroiPro.h,v 1.3 2003/10/06 12:29:47 neil Exp $
26 *
27 * Author : Legacy TINA
28 *
29 * Notes : Function prototypes for the Smart Region of Interest (SROI) functionality
30 *
31 * Header file dependencies: medSroi_xxx.h depend only on med_SroiDef.h; there are no inter-dependencise
32 *
33 * C file dependencies:
34 *
35 * search
36 * / | \
37 * io | pca sample
38 * \ | / /
39 * \ | / ---
40 * \ | / /
41 * alloc ----
42 *
43 *********
44 */
45
46 #ifndef TINA_MED_SROI_PRO_HDR
47 #define TINA_MED_SROI_PRO_HDR
48
49 #include <tina/medical/med_SroiDef.h> /* Defines SroiModel */
50
51 #include <tina/medical/medSroi_alloc.h> /* Model allocation functions for SROI functionality */
52 #include <tina/medical/medSroi_io.h> /* Functions for reading and writing SROI model data */
53 #include <tina/medical/medSroi_pca.h> /* Principle component analysis (PCA) for SROI */
54 #include <tina/medical/medSroi_sample.h> /* Routines for sampling (training) the SROI model */
55 #include <tina/medical/medSroi_search.h> /* Code for simplex image search - fitting a SROI model to image data */
56
57
58 #endif /* TINA_MED_SROI_PRO_HDR */
59
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.