IM: im_process.h Source File

IM - Imaging Libray

im_process.h

Go to the documentation of this file.
00001 /** \file
00002  * \brief Image Processing
00003  *
00004  * See Copyright Notice in im_lib.h
00005  * $Id: Exp $
00006  */
00007 
00008 #ifndef __IM_PROCESS_H
00009 #define __IM_PROCESS_H
00010 
00011 #include "im_process_pon.h"
00012 #include "im_process_loc.h"
00013 #include "im_process_glo.h"
00014 #include "im_process_ana.h"
00015 
00016 #if defined(__cplusplus)
00017 extern "C" {
00018 #endif
00019 
00020 
00021 /** \defgroup process Image Processing
00022  * \par
00023  * Several image processing functions based on the \ref imImage structure.
00024  * \par
00025  * You must link the application with "im_process.lib/.a/.so". \n
00026  * Some complex operations use the \ref counter.\n
00027  * There is no check on the input/output image properties, 
00028  * check each function documentation before using it.
00029  * \par
00030  * See \ref im_process.h
00031  */
00032 
00033 
00034 #if defined(__cplusplus)
00035 }
00036 #endif
00037 
00038 #endif