00001 00002 00003 #ifndef __IMAGER_SPECIAL1_H__ 00004 #define __IMAGER_SPECIAL1_H__ 00005 00006 #include "defs.h" 00007 00008 00009 image_type edmimg; /* to be able to export the EDM */ 00010 00011 00012 /********************************************************/ 00013 00014 void edm_thresh (image_type* src, image_type* dest, int slice); 00015 void create_edm (image_type* img, int slice); 00016 int watershed (image_type* img, int slice); 00017 int create_UEP (image_type* img, int slice); 00018 void edm_main (); 00019 void watershed_main (); 00020 void uep_main (); 00021 00022 00023 #endif