ifw-odp 5.1.1
 
Loading...
Searching...
No Matches
clipm_priv_irplib_slitpos.h
Go to the documentation of this file.
1
5
6/* Id: clipm_priv_irplib_slitpos.h,v 1.4 2005/09/15 11:47:16 llundin Exp
7 *
8 * This file is part of the irplib package
9 * Copyright (C) 2002,2003 European Southern Observatory
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
24 */
25
26/*
27 * Author: llundin
28 * Date: 2005/09/15 11:47:16
29 * Revision: 1.4
30 * Name:
31 */
32
33#ifndef CLIPM_PRIV_IRPLIB_SLITPOS_H
34#define CLIPM_PRIV_IRPLIB_SLITPOS_H
35
36
37/*-----------------------------------------------------------------------------
38 Includes
39 -----------------------------------------------------------------------------*/
40
41#include <cpl.h>
42
43/*-----------------------------------------------------------------------------
44 Declaration Block
45 -----------------------------------------------------------------------------*/
46
47#ifdef __cplusplus
48extern "C" {
49#endif
50
51/*-----------------------------------------------------------------------------
52 Prototype
53 -----------------------------------------------------------------------------*/
54
56 cpl_image *, cpl_size);
57
58/*----------------------------------------------------------------------------*/
59
60#ifdef __cplusplus
61} /* extern "C" */
62#endif
63
64#endif /* CLIPM_PRIV_IRPLIB_SLITPOS_H */
65
66
67
68
69
cpl_table * clipm_priv_irplib_slitpos_analysis(cpl_image *, cpl_size)
Detect the slit position, detect its ends, extract a thin image containing only the slit and find its...
Definition clipm_priv_irplib_slitpos.c:127