34 #ifndef __vtkImageHistogramStatistics_h
35 #define __vtkImageHistogramStatistics_h
37 #include "vtkImagingStatisticsModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
76 vtkSetVector2Macro(AutoRangePercentiles,
double);
77 vtkGetVector2Macro(AutoRangePercentiles,
double);
89 vtkSetVector2Macro(AutoRangeExpansionFactors,
double);
90 vtkGetVector2Macro(AutoRangeExpansionFactors,
double);
99 vtkGetVector2Macro(AutoRange,
double);
107 vtkInformationVector **,
108 vtkInformationVector *);
117 double AutoRangePercentiles[2];
118 double AutoRangeExpansionFactors[2];
double GetStandardDeviation()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
efficient description of an image stencil
static vtkImageHistogram * New()
void PrintSelf(ostream &os, vtkIndent indent)
Compute statistics for an image.
Compute the histogram for an image.