vtkOtsuImageData.h

Go to the documentation of this file.
00001 #include "vtkImageData.h"
00002 
00003 
00004 #ifndef __VTK__VTK__OTSU__IMAGE__DATA__H__
00005 #define __VTK__VTK__OTSU__IMAGE__DATA__H__
00006 
00007 class vtkOtsuImageData
00008 {
00009 public:
00010         vtkOtsuImageData();
00011         virtual ~vtkOtsuImageData();
00012         int calculateOptimalThreshold(vtkImageData *volume);
00013         
00014 
00015 protected:
00016 
00017          FILE *logger;
00018 private:
00019         int* H;
00020         double* SI;
00021         double* P;
00022         
00023         vtkImageData *volume;
00024         
00025 
00026 };
00027 
00028 #endif //__VTK__VTK__OTSU__IMAGE__DATA__H__

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1