#include "allheaders.h"
#include "gelinfo.h"
#include "anacutoff.h"
Go to the source code of this file.
Functions | |
void | extractRow (float **laneintensity, int imageWidth, int imageHeight, float *median) |
go down an image and place the median value in each column into an array | |
void | checkNoGrows (FILE *OUTFILE, PIX *pixGel, float **PeakPosition, float *NodePosition, struct GelInfo *GelInfo, struct AnaCutoff *AnaCutoff, int Verbose) |
output the maxdiff and thresrough (threshold 1) of every lane suspected contaminated lanes is marked by negative thresrough |
|
output the maxdiff and thresrough (threshold 1) of every lane suspected contaminated lanes is marked by negative thresrough
|
|
go down an image and place the median value in each column into an array
|