IM: im_process.h Source File

IM - An Imaging Tool

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  */
00006 
00007 #ifndef __IM_PROCESS_H
00008 #define __IM_PROCESS_H
00009 
00010 #include "im_process_pon.h"
00011 #include "im_process_loc.h"
00012 #include "im_process_glo.h"
00013 #include "im_process_ana.h"
00014 
00015 #if defined(__cplusplus)
00016 extern "C" {
00017 #endif
00018 
00019 
00020 /** \defgroup process Image Processing
00021  * \par
00022  * Several image processing functions based on the \ref imImage structure.
00023  * \par
00024  * You must link the application with "im_process.lib/.a/.so". \n
00025  * Some complex operations use the \ref counter.\n
00026  * There is no check on the input/output image properties, 
00027  * check each function documentation before using it.
00028  */
00029 
00030 
00031 #if defined(__cplusplus)
00032 }
00033 #endif
00034 
00035 #endif