BRL-CAD
icv.h
Go to the documentation of this file.
1 /* I C V . H
2  * BRL-CAD
3  *
4  * Copyright (c) 2011-2024 United States Government as represented by
5  * the U.S. Army Research Laboratory.
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public License
9  * version 2.1 as published by the Free Software Foundation.
10  *
11  * This library is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this file; see the file named COPYING for more
18  * information.
19  */
20 /** @addtogroup libicv
21  *
22  * Functions provided by the LIBICV image processing library.
23  *
24  */
25 /** @{ */
26 /** @file include/icv.h */
27 #ifndef ICV_H
28 #define ICV_H
29 
30 #include "common.h"
31 
32 __BEGIN_DECLS
33 
34 #include "icv/defines.h"
35 #include "icv/colorspace.h"
36 #include "icv/crop.h"
37 #include "icv/filters.h"
38 #include "icv/io.h"
39 #include "icv/ops.h"
40 #include "icv/stat.h"
41 
42 __END_DECLS
43 
44 #endif /* ICV_H */
45 /** @} */
46 /*
47  * Local Variables:
48  * tab-width: 8
49  * mode: C
50  * indent-tabs-mode: t
51  * c-file-style: "stroustrup"
52  * End:
53  * ex: shiftwidth=4 tabstop=8
54  */
Header file for the BRL-CAD common definitions.