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  * $Id: im_process.h,v 1.1 2005/04/02 22:07:00 scuri 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  */
00030 
00031 
00032 #if defined(__cplusplus)
00033 }
00034 #endif
00035 
00036 #endif