#include "allheaders.h"
#include "gelinfo.h"
Go to the source code of this file.
Defines | |
#define | LARGE_ZONESIZE_CUTOFF_FACTOR 1.5 |
size cutoff for determining large zone as multiple of the size of the smallest zone | |
#define | BEZIER_NUMPOINTS 100 |
number of points sampled on the Bezier curve | |
#define | BEZIER_P1X_FACTOR 2.2 |
magic number used to determine p1 for the Bezier curve | |
Functions | |
PIX * | adjustTone (PIX *pixGel, INT32 **ZoneProjection, struct GelInfo *GelInfo, int *ZoneID, int *ToneAdjusted, int Verbose) |
tone adjust a PIX in large zones to bring up contrast of faint bands |
|
tone adjust a PIX in large zones to bring up contrast of faint bands The bezier curve is adjusted using the mean intensity of the zone
|