#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "checknogrowths.h"
#include "asymmetry.h"
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
|