ColorSegment.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 //Refereanser til ekstern kode som anvendes i denne filen
00004 #include "Image.h"
00005 
00026 class ColorSegment
00027 {
00029         int minIntensity;;
00030 
00032         int maxInhomogenity;
00033 
00035         int maxBlurIterations;
00036 
00038         int minArea;
00039 
00041         int grow;
00042 
00044         int writeToFile;
00045 
00046 public:
00047 
00065         ColorSegment(int _minIntensity, int _maxInhomogenity, int _maxBlurIterations, 
00066                                  int _minArea, int _grow, int _writeToFile);
00067 
00068 
00072         ~ColorSegment();
00073 
00074 
00083         Image * segment(const char * filename, int index);
00084 
00085 
00094         int * getDimension(const char * filename);
00095 
00096 };

Generated on Sun May 21 10:54:04 2006 for Automatisk visuelt inspeksjonssytem by  doxygen 1.4.6-NO