38#ifndef vtkImageHistogramStatistics_h
39#define vtkImageHistogramStatistics_h
41#include "vtkImagingStatisticsModule.h"
92 vtkSetVector2Macro(AutoRangePercentiles,
double);
93 vtkGetVector2Macro(AutoRangePercentiles,
double);
107 vtkSetVector2Macro(AutoRangeExpansionFactors,
double);
108 vtkGetVector2Macro(AutoRangeExpansionFactors,
double);
119 vtkGetVector2Macro(AutoRange,
double);
137 double AutoRangePercentiles[2];
138 double AutoRangeExpansionFactors[2];
dynamic, self-adjusting array of vtkIdType
Compute statistics for an image.
double GetMean()
Get the mean value of the image.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
double GetMinimum()
Get the minimum value present in the image.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
double GetMedian()
Get the median value.
~vtkImageHistogramStatistics()
double GetMaximum()
Get the maximum value present in the image.
vtkImageHistogramStatistics()
double GetStandardDeviation()
Get the standard deviation of the values in the image.
static vtkImageHistogramStatistics * New()
Compute the histogram for an image.
efficient description of an image stencil
a simple class to control print indentation