 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkImageHistogramStatistics_h
33 #define vtkImageHistogramStatistics_h
36 #include "vtkImagingStatisticsModule.h"
86 vtkSetVector2Macro(AutoRangePercentiles,
double);
87 vtkGetVector2Macro(AutoRangePercentiles,
double);
101 vtkSetVector2Macro(AutoRangeExpansionFactors,
double);
102 vtkGetVector2Macro(AutoRangeExpansionFactors,
double);
113 vtkGetVector2Macro(AutoRange,
double);
129 double AutoRangePercentiles[2];
130 double AutoRangeExpansionFactors[2];
Compute the histogram for an image.
double GetMaximum()
Get the maximum value present in the image.
Compute statistics for an image.
double GetMean()
Get the mean value of the image.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double GetStandardDeviation()
Get the standard deviation of the values in the image.
double GetMinimum()
Get the minimum value present in the image.
a simple class to control print indentation
dynamic, self-adjusting array of vtkIdType
double GetMedian()
Get the median value.
efficient description of an image stencil
static vtkImageHistogram * New()