SimpleITK  1.0.1
Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
itk::simple::LabelIntensityStatisticsImageFilter Class Reference

a convenient class to convert a label image to a label map and valuate the statistics attributes at once More...

#include <sitkLabelIntensityStatisticsImageFilter.h>

+ Inheritance diagram for itk::simple::LabelIntensityStatisticsImageFilter:
+ Collaboration diagram for itk::simple::LabelIntensityStatisticsImageFilter:

Public Types

typedef IntegerPixelIDTypeList PixelIDTypeList
 
typedef LabelIntensityStatisticsImageFilter Self
 
- Public Types inherited from itk::simple::ImageFilter< 0 >
typedef ImageFilter Self
 
- Public Types inherited from itk::simple::ProcessObject
typedef ProcessObject Self
 

Public Member Functions

SelfComputeFeretDiameterOff ()
 
SelfComputeFeretDiameterOn ()
 
SelfComputePerimeterOff ()
 
SelfComputePerimeterOn ()
 
void Execute (const Image &image, const Image &featureImage)
 
void Execute (const Image &image, const Image &featureImage, double backgroundValue, bool computeFeretDiameter, bool computePerimeter, uint32_t numberOfBins)
 
double GetBackgroundValue () const
 
std::vector< unsigned int > GetBoundingBox (int64_t label) const
 
std::vector< double > GetCenterOfGravity (int64_t label) const
 
std::vector< double > GetCentroid (int64_t label) const
 
bool GetComputeFeretDiameter () const
 
bool GetComputePerimeter () const
 
double GetElongation (int64_t label) const
 
std::vector< double > GetEquivalentEllipsoidDiameter (int64_t label) const
 
double GetEquivalentSphericalPerimeter (int64_t label) const
 
double GetEquivalentSphericalRadius (int64_t label) const
 
double GetFeretDiameter (int64_t label) const
 
double GetFlatness (int64_t label) const
 
double GetKurtosis (int64_t label) const
 
std::vector< int64_tGetLabels () const
 
double GetMaximum (int64_t label) const
 
std::vector< uint32_tGetMaximumIndex (int64_t label) const
 
double GetMean (int64_t label) const
 
double GetMedian (int64_t label) const
 
double GetMinimum (int64_t label) const
 
std::vector< uint32_tGetMinimumIndex (int64_t label) const
 
std::string GetName () const
 
uint32_t GetNumberOfBins () const
 
uint64_t GetNumberOfLabels ()
 
uint64_t GetNumberOfPixels (int64_t label) const
 
uint64_t GetNumberOfPixelsOnBorder (int64_t label) const
 
double GetPerimeter (int64_t label) const
 
double GetPerimeterOnBorder (int64_t label) const
 
double GetPerimeterOnBorderRatio (int64_t label) const
 
double GetPhysicalSize (int64_t label) const
 
std::vector< double > GetPrincipalAxes (int64_t label) const
 
std::vector< double > GetPrincipalMoments (int64_t label) const
 
double GetRoundness (int64_t label) const
 
double GetSkewness (int64_t label) const
 
double GetStandardDeviation (int64_t label) const
 
double GetSum (int64_t label) const
 
double GetVariance (int64_t label) const
 
double GetWeightedElongation (int64_t label) const
 
double GetWeightedFlatness (int64_t label) const
 
std::vector< double > GetWeightedPrincipalAxes (int64_t label) const
 
std::vector< double > GetWeightedPrincipalMoments (int64_t label) const
 
double HasLabel (int64_t label)
 
 LabelIntensityStatisticsImageFilter ()
 
SelfSetBackgroundValue (double BackgroundValue)
 
SelfSetComputeFeretDiameter (bool ComputeFeretDiameter)
 
SelfSetComputePerimeter (bool ComputePerimeter)
 
SelfSetNumberOfBins (uint32_t NumberOfBins)
 
std::string ToString () const
 
 ~LabelIntensityStatisticsImageFilter ()
 
- Public Member Functions inherited from itk::simple::ImageFilter< 0 >
 ImageFilter ()
 
virtual ~ImageFilter ()=0
 
- Public Member Functions inherited from itk::simple::ProcessObject
virtual void Abort ()
 
virtual int AddCommand (itk::simple::EventEnum event, itk::simple::Command &cmd)
 Add a Command Object to observer the event. More...
 
virtual float GetProgress () const
 An Active Measurement of the progress of execution. More...
 
virtual bool HasCommand (itk::simple::EventEnum event) const
 Query of this object has any registered commands for event. More...
 
 ProcessObject ()
 
virtual void RemoveAllCommands ()
 Remove all registered commands. More...
 
virtual ~ProcessObject ()
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
virtual bool GetDebug () const
 
virtual void SetDebug (bool debugFlag)
 
virtual void SetNumberOfThreads (unsigned int n)
 
virtual unsigned int GetNumberOfThreads () const
 

Private Types

typedef void(Self::* MemberFunctionType) (const Image *image, const Image *featureImage)
 

Private Member Functions

template<class TImageType1 , class TImageType2 >
void DualExecuteInternal (const Image *image, const Image *featureImage)
 

Private Attributes

double m_BackgroundValue
 
bool m_ComputeFeretDiameter
 
bool m_ComputePerimeter
 
nsstd::auto_ptr< detail::DualMemberFunctionFactory< MemberFunctionType > > m_DualMemberFactory
 
itk::ProcessObjectm_Filter
 
std::vector< int64_tm_Labels
 
uint32_t m_NumberOfBins
 
nsstd::function< std::vector< unsigned int >int64_t)> m_pfGetBoundingBox
 
nsstd::function< std::vector< double >int64_t)> m_pfGetCenterOfGravity
 
nsstd::function< std::vector< double >int64_t)> m_pfGetCentroid
 
nsstd::function< double(int64_t)> m_pfGetElongation
 
nsstd::function< std::vector< double >int64_t)> m_pfGetEquivalentEllipsoidDiameter
 
nsstd::function< double(int64_t)> m_pfGetEquivalentSphericalPerimeter
 
nsstd::function< double(int64_t)> m_pfGetEquivalentSphericalRadius
 
nsstd::function< double(int64_t)> m_pfGetFeretDiameter
 
nsstd::function< double(int64_t)> m_pfGetFlatness
 
nsstd::function< double(int64_t)> m_pfGetKurtosis
 
nsstd::function< double(int64_t)> m_pfGetMaximum
 
nsstd::function< std::vector< uint32_t >int64_t)> m_pfGetMaximumIndex
 
nsstd::function< double(int64_t)> m_pfGetMean
 
nsstd::function< double(int64_t)> m_pfGetMedian
 
nsstd::function< double(int64_t)> m_pfGetMinimum
 
nsstd::function< std::vector< uint32_t >int64_t)> m_pfGetMinimumIndex
 
nsstd::function< uint64_t(int64_t)> m_pfGetNumberOfPixels
 
nsstd::function< uint64_t(int64_t)> m_pfGetNumberOfPixelsOnBorder
 
nsstd::function< double(int64_t)> m_pfGetPerimeter
 
nsstd::function< double(int64_t)> m_pfGetPerimeterOnBorder
 
nsstd::function< double(int64_t)> m_pfGetPerimeterOnBorderRatio
 
nsstd::function< double(int64_t)> m_pfGetPhysicalSize
 
nsstd::function< std::vector< double >int64_t)> m_pfGetPrincipalAxes
 
nsstd::function< std::vector< double >int64_t)> m_pfGetPrincipalMoments
 
nsstd::function< double(int64_t)> m_pfGetRoundness
 
nsstd::function< double(int64_t)> m_pfGetSkewness
 
nsstd::function< double(int64_t)> m_pfGetStandardDeviation
 
nsstd::function< double(int64_t)> m_pfGetSum
 
nsstd::function< double(int64_t)> m_pfGetVariance
 
nsstd::function< double(int64_t)> m_pfGetWeightedElongation
 
nsstd::function< double(int64_t)> m_pfGetWeightedFlatness
 
nsstd::function< std::vector< double >int64_t)> m_pfGetWeightedPrincipalAxes
 
nsstd::function< std::vector< double >int64_t)> m_pfGetWeightedPrincipalMoments
 

Friends

struct detail::DualExecuteInternalAddressor< MemberFunctionType >
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::simple::ProcessObject
static bool GetGlobalDefaultDebug ()
 
static void GlobalDefaultDebugOff ()
 
static void GlobalDefaultDebugOn ()
 
static void SetGlobalDefaultDebug (bool debugFlag)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static void SetGlobalWarningDisplay (bool flag)
 
static bool GetGlobalWarningDisplay ()
 
static void SetGlobalDefaultNumberOfThreads (unsigned int n)
 
static unsigned int GetGlobalDefaultNumberOfThreads ()
 
static double GetGlobalDefaultCoordinateTolerance ()
 Access the global tolerance to determine congruent spaces. More...
 
static void SetGlobalDefaultCoordinateTolerance (double)
 Access the global tolerance to determine congruent spaces. More...
 
static double GetGlobalDefaultDirectionTolerance ()
 Access the global tolerance to determine congruent spaces. More...
 
static void SetGlobalDefaultDirectionTolerance (double)
 Access the global tolerance to determine congruent spaces. More...
 
- Protected Member Functions inherited from itk::simple::ProcessObject
virtual unsigned long AddITKObserver (const itk::EventObject &, itk::Command *)
 
virtual itk::ProcessObjectGetActiveProcess ()
 
virtual void OnActiveProcessDelete ()
 
virtual void onCommandDelete (const itk::simple::Command *cmd) throw ()
 
virtual void PreUpdate (itk::ProcessObject *p)
 
virtual void RemoveITKObserver (EventCommand &e)
 
- Protected Member Functions inherited from itk::simple::NonCopyable
 NonCopyable ()
 
- Static Protected Member Functions inherited from itk::simple::ImageFilter< 0 >
static void FixNonZeroIndex (TImageType *img)
 
- Static Protected Member Functions inherited from itk::simple::ProcessObject
template<class TImageType >
static TImageType::ConstPointer CastImageToITK (const Image &img)
 
template<class TImageType >
static Image CastITKToImage (TImageType *img)
 
template<class TPixelType , unsigned int VImageDimension, unsigned int VLength, template< typename, unsigned int > class TVector>
static Image CastITKToImage (itk::Image< TVector< TPixelType, VLength >, VImageDimension > *img)
 
static const itk::EventObjectGetITKEventObject (EventEnum e)
 
template<typename T >
static std::ostream & ToStringHelper (std::ostream &os, const T &v)
 
static std::ostream & ToStringHelper (std::ostream &os, const char &v)
 
static std::ostream & ToStringHelper (std::ostream &os, const signed char &v)
 
static std::ostream & ToStringHelper (std::ostream &os, const unsigned char &v)
 

Detailed Description

a convenient class to convert a label image to a label map and valuate the statistics attributes at once

Author
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

This implementation was taken from the Insight Journal paper: https://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176

See also
StatisticsLabelObject , LabelStatisticsOpeningImageFilter , LabelStatisticsOpeningImageFilter
itk::LabelImageToStatisticsLabelMapFilter for the Doxygen on the original ITK class.

Definition at line 47 of file sitkLabelIntensityStatisticsImageFilter.h.

Member Typedef Documentation

typedef void(Self::* itk::simple::LabelIntensityStatisticsImageFilter::MemberFunctionType) (const Image *image, const Image *featureImage)
private

Setup for member function dispatching

Definition at line 439 of file sitkLabelIntensityStatisticsImageFilter.h.

Define the pixels types supported by this filter

Definition at line 59 of file sitkLabelIntensityStatisticsImageFilter.h.

Definition at line 49 of file sitkLabelIntensityStatisticsImageFilter.h.

Constructor & Destructor Documentation

itk::simple::LabelIntensityStatisticsImageFilter::LabelIntensityStatisticsImageFilter ( )

Default Constructor that takes no arguments and initializes default parameters

itk::simple::LabelIntensityStatisticsImageFilter::~LabelIntensityStatisticsImageFilter ( )

Destructor

Member Function Documentation

Self& itk::simple::LabelIntensityStatisticsImageFilter::ComputeFeretDiameterOff ( )
inline

Definition at line 80 of file sitkLabelIntensityStatisticsImageFilter.h.

Self& itk::simple::LabelIntensityStatisticsImageFilter::ComputeFeretDiameterOn ( )
inline

Set the value of ComputeFeretDiameter to true or false respectfully.

Definition at line 79 of file sitkLabelIntensityStatisticsImageFilter.h.

Self& itk::simple::LabelIntensityStatisticsImageFilter::ComputePerimeterOff ( )
inline

Definition at line 94 of file sitkLabelIntensityStatisticsImageFilter.h.

Self& itk::simple::LabelIntensityStatisticsImageFilter::ComputePerimeterOn ( )
inline

Set the value of ComputePerimeter to true or false respectfully.

Definition at line 93 of file sitkLabelIntensityStatisticsImageFilter.h.

template<class TImageType1 , class TImageType2 >
void itk::simple::LabelIntensityStatisticsImageFilter::DualExecuteInternal ( const Image image,
const Image featureImage 
)
private
void itk::simple::LabelIntensityStatisticsImageFilter::Execute ( const Image image,
const Image featureImage 
)

Execute the filter on the input image

void itk::simple::LabelIntensityStatisticsImageFilter::Execute ( const Image image,
const Image featureImage,
double  backgroundValue,
bool  computeFeretDiameter,
bool  computePerimeter,
uint32_t  numberOfBins 
)

Execute the filter on the input image with the given parameters

double itk::simple::LabelIntensityStatisticsImageFilter::GetBackgroundValue ( ) const
inline

Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin() .

Definition at line 71 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<unsigned int> itk::simple::LabelIntensityStatisticsImageFilter::GetBoundingBox ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 117 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetCenterOfGravity ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 278 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetCentroid ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 126 of file sitkLabelIntensityStatisticsImageFilter.h.

bool itk::simple::LabelIntensityStatisticsImageFilter::GetComputeFeretDiameter ( ) const
inline

Set/Get whether the maximum Feret diameter should be computed or not. The defaut value is false, because of the high computation time required.

Definition at line 85 of file sitkLabelIntensityStatisticsImageFilter.h.

bool itk::simple::LabelIntensityStatisticsImageFilter::GetComputePerimeter ( ) const
inline

Set/Get whether the perimeter should be computed or not. The defaut value is false, because of the high computation time required.

Definition at line 99 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetElongation ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 135 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetEquivalentEllipsoidDiameter ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 144 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetEquivalentSphericalPerimeter ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 153 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetEquivalentSphericalRadius ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 162 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetFeretDiameter ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 171 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetFlatness ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 180 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetKurtosis ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 287 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<int64_t> itk::simple::LabelIntensityStatisticsImageFilter::GetLabels ( ) const
inline

This is a measurement. Its value is updated in the Execute methods, so the value will only be valid after an execution.

Definition at line 188 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetMaximum ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 296 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<uint32_t> itk::simple::LabelIntensityStatisticsImageFilter::GetMaximumIndex ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 305 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetMean ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 314 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetMedian ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 323 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetMinimum ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 332 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<uint32_t> itk::simple::LabelIntensityStatisticsImageFilter::GetMinimumIndex ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 341 of file sitkLabelIntensityStatisticsImageFilter.h.

std::string itk::simple::LabelIntensityStatisticsImageFilter::GetName ( ) const
inlinevirtual

Name of this class

Implements itk::simple::ProcessObject.

Definition at line 416 of file sitkLabelIntensityStatisticsImageFilter.h.

uint32_t itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfBins ( ) const
inline

Set/Get the number of bins in the histogram. Note that the histogram is used to compute the median value, and that this option may have an effect on the value of the median.

Definition at line 109 of file sitkLabelIntensityStatisticsImageFilter.h.

uint64_t itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfLabels ( )

Return the number of labels after execution.

uint64_t itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfPixels ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 197 of file sitkLabelIntensityStatisticsImageFilter.h.

uint64_t itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfPixelsOnBorder ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 206 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetPerimeter ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 215 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetPerimeterOnBorder ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 224 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetPerimeterOnBorderRatio ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 233 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetPhysicalSize ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 242 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetPrincipalAxes ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 251 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetPrincipalMoments ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 260 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetRoundness ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 269 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetSkewness ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 350 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetStandardDeviation ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 359 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetSum ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 368 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetVariance ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 377 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedElongation ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 386 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedFlatness ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 395 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedPrincipalAxes ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 404 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<double> itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedPrincipalMoments ( int64_t  label) const
inline

This is an active measurement. It may be accessed while the filter is being executing in command call-backs and can be accessed after execution.

Definition at line 413 of file sitkLabelIntensityStatisticsImageFilter.h.

double itk::simple::LabelIntensityStatisticsImageFilter::HasLabel ( int64_t  label)

Does the specified label exist? Can only be called after a call a call to Update().

Self& itk::simple::LabelIntensityStatisticsImageFilter::SetBackgroundValue ( double  BackgroundValue)
inline

Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin() .

Definition at line 66 of file sitkLabelIntensityStatisticsImageFilter.h.

Self& itk::simple::LabelIntensityStatisticsImageFilter::SetComputeFeretDiameter ( bool  ComputeFeretDiameter)
inline

Set/Get whether the maximum Feret diameter should be computed or not. The defaut value is false, because of the high computation time required.

Definition at line 76 of file sitkLabelIntensityStatisticsImageFilter.h.

Self& itk::simple::LabelIntensityStatisticsImageFilter::SetComputePerimeter ( bool  ComputePerimeter)
inline

Set/Get whether the perimeter should be computed or not. The defaut value is false, because of the high computation time required.

Definition at line 90 of file sitkLabelIntensityStatisticsImageFilter.h.

Self& itk::simple::LabelIntensityStatisticsImageFilter::SetNumberOfBins ( uint32_t  NumberOfBins)
inline

Set/Get the number of bins in the histogram. Note that the histogram is used to compute the median value, and that this option may have an effect on the value of the median.

Definition at line 104 of file sitkLabelIntensityStatisticsImageFilter.h.

std::string itk::simple::LabelIntensityStatisticsImageFilter::ToString ( ) const
virtual

Print ourselves out

Reimplemented from itk::simple::ProcessObject.

Friends And Related Function Documentation

Definition at line 441 of file sitkLabelIntensityStatisticsImageFilter.h.

Member Data Documentation

double itk::simple::LabelIntensityStatisticsImageFilter::m_BackgroundValue
private

Definition at line 450 of file sitkLabelIntensityStatisticsImageFilter.h.

bool itk::simple::LabelIntensityStatisticsImageFilter::m_ComputeFeretDiameter
private

Definition at line 451 of file sitkLabelIntensityStatisticsImageFilter.h.

bool itk::simple::LabelIntensityStatisticsImageFilter::m_ComputePerimeter
private

Definition at line 452 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::auto_ptr<detail::DualMemberFunctionFactory<MemberFunctionType> > itk::simple::LabelIntensityStatisticsImageFilter::m_DualMemberFactory
private

Definition at line 445 of file sitkLabelIntensityStatisticsImageFilter.h.

itk::ProcessObject* itk::simple::LabelIntensityStatisticsImageFilter::m_Filter
private

Definition at line 524 of file sitkLabelIntensityStatisticsImageFilter.h.

std::vector<int64_t> itk::simple::LabelIntensityStatisticsImageFilter::m_Labels
private

Definition at line 471 of file sitkLabelIntensityStatisticsImageFilter.h.

uint32_t itk::simple::LabelIntensityStatisticsImageFilter::m_NumberOfBins
private

Definition at line 453 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<unsigned int>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetBoundingBox
private

Definition at line 455 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetCenterOfGravity
private

Definition at line 491 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetCentroid
private

Definition at line 457 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetElongation
private

Definition at line 459 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetEquivalentEllipsoidDiameter
private

Definition at line 461 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetEquivalentSphericalPerimeter
private

Definition at line 463 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetEquivalentSphericalRadius
private

Definition at line 465 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetFeretDiameter
private

Definition at line 467 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetFlatness
private

Definition at line 469 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetKurtosis
private

Definition at line 493 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMaximum
private

Definition at line 495 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<uint32_t>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMaximumIndex
private

Definition at line 497 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMean
private

Definition at line 499 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMedian
private

Definition at line 501 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMinimum
private

Definition at line 503 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<uint32_t>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMinimumIndex
private

Definition at line 505 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<uint64_t(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetNumberOfPixels
private

Definition at line 473 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<uint64_t(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetNumberOfPixelsOnBorder
private

Definition at line 475 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPerimeter
private

Definition at line 477 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPerimeterOnBorder
private

Definition at line 479 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPerimeterOnBorderRatio
private

Definition at line 481 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPhysicalSize
private

Definition at line 483 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPrincipalAxes
private

Definition at line 485 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPrincipalMoments
private

Definition at line 487 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetRoundness
private

Definition at line 489 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetSkewness
private

Definition at line 507 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetStandardDeviation
private

Definition at line 509 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetSum
private

Definition at line 511 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetVariance
private

Definition at line 513 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedElongation
private

Definition at line 515 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<double(int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedFlatness
private

Definition at line 517 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedPrincipalAxes
private

Definition at line 519 of file sitkLabelIntensityStatisticsImageFilter.h.

nsstd::function<std::vector<double>int64_t)> itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedPrincipalMoments
private

Definition at line 521 of file sitkLabelIntensityStatisticsImageFilter.h.


The documentation for this class was generated from the following file: