#include <mitkHistogram1D.h>
Inherits mitkObject.
Inheritance diagram for mitkHistogram1D:
Public Member Functions | |
void | SetSourceVolume (mitkVolume *vol, int chIdx=-1, unsigned int *extent=NULL, mitkVolume *mask=NULL) |
void | SetRange (double min, double max, unsigned int intervalNum) |
void | GetRange (double &min, double &max, unsigned int &intervalNum) const |
double | GetMaxPixVal () |
double | GetMinPixVal () |
double | GetMeanPixVal () |
double | GetStandardDeviation () |
unsigned long | GetTotalPixels () |
unsigned long * | GetStatistics () |
bool | IsModified () |
void | SetUnmodified () |
mitkVolume * | GetSourceVolume () |
mitkHistogram1D is a tool to generate a 1D histogram from a volume
|
Get the maximum pixel value within the specified extent
|
|
Get the average pixel value within the specified extent, this will trigger the calculation
|
|
Get the minimum pixel value within the specified extent this will trigger the calculation
|
|
////////////////// Get the value range and interval where statistics are calculated,
|
|
Get the volume whose histogram is generated
|
|
Get the standard deviation of pixel value within the specified extent, this will trigger the calculation
|
|
Get histogram statistics, this will trigger the calculation
|
|
Get the total number of pixels within the specified extent
|
|
Get the modified status of the histogram
|
|
////////////////// Set the value range and interval where to calculate statistics, this will allocate memory for statistics
|
|
Set the volume whose histogram is to be generated
|
|
Set the modified status the false |