00001 00006 #ifndef TONEADJUST_H 00007 #define TONEADJUST_H 00008 00009 #include "allheaders.h" 00010 #include "gelinfo.h" 00011 00013 #define LARGE_ZONESIZE_CUTOFF_FACTOR 1.5 00014 00015 #define BEZIER_NUMPOINTS 100 00016 00017 #define BEZIER_P1X_FACTOR 2.2 00018 00021 PIX *adjustTone(PIX *pixGel, INT32 **ZoneProjection, struct GelInfo *GelInfo, int *ZoneID, int *ToneAdjusted, int Verbose); 00022 #endif 00023