Main Page | Data Structures | File List | Data Fields | Globals

noisedetect.h

Go to the documentation of this file.
00001 
00004 #include "allheaders.h"
00005 #include "gelinfo.h"
00006 #include "anacutoff.h"
00007 
00008 #ifndef NOISEDETECT_H
00009 #define NOISEDETECT_H
00010 
00012 float averageLaneSpacing(float** PeakPosition, struct GelInfo* GelInfo);
00014 void detectNoise(PIX* pixIn, float** PeakPosition, float* NodePosition, struct GelInfo* GelInfo,  struct AnaCutoff* AnaCutoff, int *noisePresent, int Verbose);
00015 #endif
00016 
00017 int countMaxConsec(int *noise, int nlanes, float cutoff);

Generated on Fri Apr 20 16:43:05 2007 for LaneRuler by  doxygen 1.3.9.1