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". 00025 * In Lua call require"imlua_process". \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