00001 00002 #ifndef __IMAGER_STATOP_H__ 00003 #define __IMAGER_STATOP_H__ 00004 00005 00006 double find_quantile_standalone (image_type* img, int z, int numbins, float fQuantile, int oorflg); 00007 double histogram_standalone (image_type* img, int z, int numbins, int what, int oorflg); 00008 00009 00010 void statop_redraw_all (char sliceflg); 00011 void statop_main (); 00012 00013 00014 00015 #endif