SimpleITK  2.0.0
sitkLabelIntensityStatisticsImageFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 *
3 * Copyright NumFOCUS
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18 #ifndef sitkLabelIntensityStatisticsImageFilter_h
19 #define sitkLabelIntensityStatisticsImageFilter_h
20 
21 /*
22  * WARNING: DO NOT EDIT THIS FILE!
23  * THIS FILE IS AUTOMATICALLY GENERATED BY THE SIMPLEITK BUILD PROCESS.
24  * Please look at sitkDualImageFilterTemplate.h.in to make changes.
25  */
26 
27 #include <memory>
28 
29 #include "sitkImageFilter.h"
31 #include "sitkBasicFilters.h"
32 
33 namespace itk {
34  namespace simple {
35 
49  public:
51 
54 
58 
61 
62 \
63 
67  SITK_RETURN_SELF_TYPE_HEADER SetBackgroundValue ( double BackgroundValue ) { this->m_BackgroundValue = BackgroundValue; return *this; }
68 
72  double GetBackgroundValue() const { return this->m_BackgroundValue; }\
73 
77  SITK_RETURN_SELF_TYPE_HEADER SetComputeFeretDiameter ( bool ComputeFeretDiameter ) { this->m_ComputeFeretDiameter = ComputeFeretDiameter; return *this; }
78 
80  SITK_RETURN_SELF_TYPE_HEADER ComputeFeretDiameterOn() { return this->SetComputeFeretDiameter(true); }
81  SITK_RETURN_SELF_TYPE_HEADER ComputeFeretDiameterOff() { return this->SetComputeFeretDiameter(false); }
82 
86  bool GetComputeFeretDiameter() const { return this->m_ComputeFeretDiameter; }\
87 
91  SITK_RETURN_SELF_TYPE_HEADER SetComputePerimeter ( bool ComputePerimeter ) { this->m_ComputePerimeter = ComputePerimeter; return *this; }
92 
94  SITK_RETURN_SELF_TYPE_HEADER ComputePerimeterOn() { return this->SetComputePerimeter(true); }
95  SITK_RETURN_SELF_TYPE_HEADER ComputePerimeterOff() { return this->SetComputePerimeter(false); }
96 
100  bool GetComputePerimeter() const { return this->m_ComputePerimeter; }\
101 
105  SITK_RETURN_SELF_TYPE_HEADER SetNumberOfBins ( uint32_t NumberOfBins ) { this->m_NumberOfBins = NumberOfBins; return *this; }
106 
110  uint32_t GetNumberOfBins() const { return this->m_NumberOfBins; }
118  std::vector<unsigned int> GetBoundingBox(int64_t label) const { return this->m_pfGetBoundingBox(label); };
119 
127  std::vector<unsigned int> GetRegion(int64_t label) const { return this->m_pfGetRegion(label); };
128 
136  std::vector<double> GetCentroid(int64_t label) const { return this->m_pfGetCentroid(label); };
137 
145  double GetElongation(int64_t label) const { return this->m_pfGetElongation(label); };
146 
154  std::vector<double> GetEquivalentEllipsoidDiameter(int64_t label) const { return this->m_pfGetEquivalentEllipsoidDiameter(label); };
155 
163  double GetEquivalentSphericalPerimeter(int64_t label) const { return this->m_pfGetEquivalentSphericalPerimeter(label); };
164 
172  double GetEquivalentSphericalRadius(int64_t label) const { return this->m_pfGetEquivalentSphericalRadius(label); };
173 
181  double GetFeretDiameter(int64_t label) const { return this->m_pfGetFeretDiameter(label); };
182 
190  double GetFlatness(int64_t label) const { return this->m_pfGetFlatness(label); };
191 
198  std::vector<int64_t> GetLabels() const { return this->m_Labels; };
199 
207  uint64_t GetNumberOfPixels(int64_t label) const { return this->m_pfGetNumberOfPixels(label); };
208 
216  uint64_t GetNumberOfPixelsOnBorder(int64_t label) const { return this->m_pfGetNumberOfPixelsOnBorder(label); };
217 
225  double GetPerimeter(int64_t label) const { return this->m_pfGetPerimeter(label); };
226 
234  double GetPerimeterOnBorder(int64_t label) const { return this->m_pfGetPerimeterOnBorder(label); };
235 
243  double GetPerimeterOnBorderRatio(int64_t label) const { return this->m_pfGetPerimeterOnBorderRatio(label); };
244 
252  double GetPhysicalSize(int64_t label) const { return this->m_pfGetPhysicalSize(label); };
253 
261  std::vector<double> GetPrincipalAxes(int64_t label) const { return this->m_pfGetPrincipalAxes(label); };
262 
270  std::vector<double> GetPrincipalMoments(int64_t label) const { return this->m_pfGetPrincipalMoments(label); };
271 
279  double GetRoundness(int64_t label) const { return this->m_pfGetRoundness(label); };
280 
288  std::vector<double> GetCenterOfGravity(int64_t label) const { return this->m_pfGetCenterOfGravity(label); };
289 
297  double GetKurtosis(int64_t label) const { return this->m_pfGetKurtosis(label); };
298 
306  double GetMaximum(int64_t label) const { return this->m_pfGetMaximum(label); };
307 
315  std::vector<uint32_t> GetMaximumIndex(int64_t label) const { return this->m_pfGetMaximumIndex(label); };
316 
324  double GetMean(int64_t label) const { return this->m_pfGetMean(label); };
325 
333  double GetMedian(int64_t label) const { return this->m_pfGetMedian(label); };
334 
342  double GetMinimum(int64_t label) const { return this->m_pfGetMinimum(label); };
343 
351  std::vector<uint32_t> GetMinimumIndex(int64_t label) const { return this->m_pfGetMinimumIndex(label); };
352 
360  double GetSkewness(int64_t label) const { return this->m_pfGetSkewness(label); };
361 
369  double GetStandardDeviation(int64_t label) const { return this->m_pfGetStandardDeviation(label); };
370 
378  double GetSum(int64_t label) const { return this->m_pfGetSum(label); };
379 
387  double GetVariance(int64_t label) const { return this->m_pfGetVariance(label); };
388 
396  double GetWeightedElongation(int64_t label) const { return this->m_pfGetWeightedElongation(label); };
397 
405  double GetWeightedFlatness(int64_t label) const { return this->m_pfGetWeightedFlatness(label); };
406 
414  std::vector<double> GetWeightedPrincipalAxes(int64_t label) const { return this->m_pfGetWeightedPrincipalAxes(label); };
415 
423  std::vector<double> GetWeightedPrincipalMoments(int64_t label) const { return this->m_pfGetWeightedPrincipalMoments(label); };
424 
425 
427  std::string GetName() const { return std::string ("LabelIntensityStatisticsImageFilter"); }
428 
430  std::string ToString() const;
431 
432 
435  void Execute ( const Image & image, const Image & featureImage );
436 
437 
439  bool HasLabel(int64_t label );
440 
442  uint64_t GetNumberOfLabels( );
443 
444 
445  private:
447  using MemberFunctionType = void (Self::*)( const Image * image, const Image * featureImage );
448 
450  template <class TImageType1, class TImageType2> void DualExecuteInternal ( const Image * image, const Image * featureImage );
451 
452 
453  std::unique_ptr<detail::DualMemberFunctionFactory<MemberFunctionType> > m_DualMemberFactory;
454 
455 
456 
457  /* */
458  double m_BackgroundValue{0};
459 
460  bool m_ComputeFeretDiameter{false};
461 
462  bool m_ComputePerimeter{true};
463 
464  uint32_t m_NumberOfBins{128u};
465 
466  /* Docs */
467  std::function<std::vector<unsigned int>(int64_t)> m_pfGetBoundingBox;
468  /* Docs */
469  std::function<std::vector<unsigned int>(int64_t)> m_pfGetRegion;
470  /* Docs */
471  std::function<std::vector<double>(int64_t)> m_pfGetCentroid;
472  /* Docs */
473  std::function<double(int64_t)> m_pfGetElongation;
474  /* Docs */
475  std::function<std::vector<double>(int64_t)> m_pfGetEquivalentEllipsoidDiameter;
476  /* Docs */
478  /* Docs */
480  /* Docs */
481  std::function<double(int64_t)> m_pfGetFeretDiameter;
482  /* Docs */
483  std::function<double(int64_t)> m_pfGetFlatness;
484  /* Docs */
485  std::vector<int64_t> m_Labels{std::vector<int64_t>()};
486  /* Docs */
488  /* Docs */
490  /* Docs */
491  std::function<double(int64_t)> m_pfGetPerimeter;
492  /* Docs */
493  std::function<double(int64_t)> m_pfGetPerimeterOnBorder;
494  /* Docs */
495  std::function<double(int64_t)> m_pfGetPerimeterOnBorderRatio;
496  /* Docs */
497  std::function<double(int64_t)> m_pfGetPhysicalSize;
498  /* Docs */
499  std::function<std::vector<double>(int64_t)> m_pfGetPrincipalAxes;
500  /* Docs */
501  std::function<std::vector<double>(int64_t)> m_pfGetPrincipalMoments;
502  /* Docs */
503  std::function<double(int64_t)> m_pfGetRoundness;
504  /* Docs */
505  std::function<std::vector<double>(int64_t)> m_pfGetCenterOfGravity;
506  /* Docs */
507  std::function<double(int64_t)> m_pfGetKurtosis;
508  /* Docs */
509  std::function<double(int64_t)> m_pfGetMaximum;
510  /* Docs */
511  std::function<std::vector<uint32_t>(int64_t)> m_pfGetMaximumIndex;
512  /* Docs */
513  std::function<double(int64_t)> m_pfGetMean;
514  /* Docs */
515  std::function<double(int64_t)> m_pfGetMedian;
516  /* Docs */
517  std::function<double(int64_t)> m_pfGetMinimum;
518  /* Docs */
519  std::function<std::vector<uint32_t>(int64_t)> m_pfGetMinimumIndex;
520  /* Docs */
521  std::function<double(int64_t)> m_pfGetSkewness;
522  /* Docs */
523  std::function<double(int64_t)> m_pfGetStandardDeviation;
524  /* Docs */
525  std::function<double(int64_t)> m_pfGetSum;
526  /* Docs */
527  std::function<double(int64_t)> m_pfGetVariance;
528  /* Docs */
529  std::function<double(int64_t)> m_pfGetWeightedElongation;
530  /* Docs */
531  std::function<double(int64_t)> m_pfGetWeightedFlatness;
532  /* Docs */
533  std::function<std::vector<double>(int64_t)> m_pfGetWeightedPrincipalAxes;
534  /* Docs */
535  std::function<std::vector<double>(int64_t)> m_pfGetWeightedPrincipalMoments;
536 
537  // Holder of process object for active measurements
538  itk::ProcessObject *m_Filter{nullptr};
539 
540  };
541 
542 
543  }
544 }
545 #endif
itk::simple::Image
The Image class for SimpleITK.
Definition: sitkImage.h:75
itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfPixelsOnBorder
uint64_t GetNumberOfPixelsOnBorder(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:216
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedFlatness
std::function< double(int64_t)> m_pfGetWeightedFlatness
Definition: sitkLabelIntensityStatisticsImageFilter.h:531
sitkBasicFilters.h
itk::simple::LabelIntensityStatisticsImageFilter::PixelIDTypeList
IntegerPixelIDTypeList PixelIDTypeList
Definition: sitkLabelIntensityStatisticsImageFilter.h:60
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetFlatness
std::function< double(int64_t)> m_pfGetFlatness
Definition: sitkLabelIntensityStatisticsImageFilter.h:483
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetNumberOfPixelsOnBorder
std::function< uint64_t(int64_t)> m_pfGetNumberOfPixelsOnBorder
Definition: sitkLabelIntensityStatisticsImageFilter.h:489
itk::simple::LabelIntensityStatisticsImageFilter::SetBackgroundValue
Self & SetBackgroundValue(double BackgroundValue)
Definition: sitkLabelIntensityStatisticsImageFilter.h:67
itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedPrincipalMoments
std::vector< double > GetWeightedPrincipalMoments(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:423
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedPrincipalMoments
std::function< std::vector< double >int64_t)> m_pfGetWeightedPrincipalMoments
Definition: sitkLabelIntensityStatisticsImageFilter.h:535
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetBoundingBox
std::function< std::vector< unsigned int >int64_t)> m_pfGetBoundingBox
Definition: sitkLabelIntensityStatisticsImageFilter.h:467
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedElongation
std::function< double(int64_t)> m_pfGetWeightedElongation
Definition: sitkLabelIntensityStatisticsImageFilter.h:529
itk::simple::LabelIntensityStatisticsImageFilter::GetComputePerimeter
bool GetComputePerimeter() const
Definition: sitkLabelIntensityStatisticsImageFilter.h:100
itk::simple::LabelIntensityStatisticsImageFilter::GetMinimumIndex
std::vector< uint32_t > GetMinimumIndex(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:351
itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfPixels
uint64_t GetNumberOfPixels(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:207
itk::simple::LabelIntensityStatisticsImageFilter::GetSkewness
double GetSkewness(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:360
itk::simple::LabelIntensityStatisticsImageFilter
a convenient class to convert a label image to a label map and valuate the statistics attributes at o...
Definition: sitkLabelIntensityStatisticsImageFilter.h:48
itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedPrincipalAxes
std::vector< double > GetWeightedPrincipalAxes(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:414
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetElongation
std::function< double(int64_t)> m_pfGetElongation
Definition: sitkLabelIntensityStatisticsImageFilter.h:473
itk::simple::LabelIntensityStatisticsImageFilter::GetMinimum
double GetMinimum(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:342
itk::simple::LabelIntensityStatisticsImageFilter::GetPerimeterOnBorder
double GetPerimeterOnBorder(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:234
itk::simple::LabelIntensityStatisticsImageFilter::GetLabels
std::vector< int64_t > GetLabels() const
Definition: sitkLabelIntensityStatisticsImageFilter.h:198
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetKurtosis
std::function< double(int64_t)> m_pfGetKurtosis
Definition: sitkLabelIntensityStatisticsImageFilter.h:507
itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedFlatness
double GetWeightedFlatness(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:405
itk::simple::LabelIntensityStatisticsImageFilter::SetComputeFeretDiameter
Self & SetComputeFeretDiameter(bool ComputeFeretDiameter)
Definition: sitkLabelIntensityStatisticsImageFilter.h:77
itk::simple::LabelIntensityStatisticsImageFilter::GetPrincipalAxes
std::vector< double > GetPrincipalAxes(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:261
itk::simple::LabelIntensityStatisticsImageFilter::GetComputeFeretDiameter
bool GetComputeFeretDiameter() const
Definition: sitkLabelIntensityStatisticsImageFilter.h:86
itk::simple::LabelIntensityStatisticsImageFilter::SetComputePerimeter
Self & SetComputePerimeter(bool ComputePerimeter)
Definition: sitkLabelIntensityStatisticsImageFilter.h:91
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPerimeterOnBorder
std::function< double(int64_t)> m_pfGetPerimeterOnBorder
Definition: sitkLabelIntensityStatisticsImageFilter.h:493
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPrincipalMoments
std::function< std::vector< double >int64_t)> m_pfGetPrincipalMoments
Definition: sitkLabelIntensityStatisticsImageFilter.h:501
itk::simple::LabelIntensityStatisticsImageFilter::GetEquivalentSphericalRadius
double GetEquivalentSphericalRadius(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:172
itk::simple::LabelIntensityStatisticsImageFilter::GetPerimeterOnBorderRatio
double GetPerimeterOnBorderRatio(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:243
itk::simple::LabelIntensityStatisticsImageFilter::GetMedian
double GetMedian(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:333
sitkImageFilter.h
itk::simple::LabelIntensityStatisticsImageFilter::GetPhysicalSize
double GetPhysicalSize(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:252
itk::simple::LabelIntensityStatisticsImageFilter::GetRegion
std::vector< unsigned int > GetRegion(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:127
itk::simple::LabelIntensityStatisticsImageFilter::GetRoundness
double GetRoundness(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:279
itk::int64_t
::int64_t int64_t
itk::simple::LabelIntensityStatisticsImageFilter::GetFlatness
double GetFlatness(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:190
itk::simple::LabelIntensityStatisticsImageFilter::ComputePerimeterOn
Self & ComputePerimeterOn()
Definition: sitkLabelIntensityStatisticsImageFilter.h:94
itk::simple::LabelIntensityStatisticsImageFilter::SetNumberOfBins
Self & SetNumberOfBins(uint32_t NumberOfBins)
Definition: sitkLabelIntensityStatisticsImageFilter.h:105
itk::uint64_t
::uint64_t uint64_t
itk::simple::LabelIntensityStatisticsImageFilter::GetKurtosis
double GetKurtosis(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:297
itk::simple::LabelIntensityStatisticsImageFilter::GetFeretDiameter
double GetFeretDiameter(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:181
itk::simple::LabelIntensityStatisticsImageFilter::GetBoundingBox
std::vector< unsigned int > GetBoundingBox(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:118
itk::simple::LabelIntensityStatisticsImageFilter::GetBackgroundValue
double GetBackgroundValue() const
Definition: sitkLabelIntensityStatisticsImageFilter.h:72
itk::simple::LabelIntensityStatisticsImageFilter::GetNumberOfBins
uint32_t GetNumberOfBins() const
Definition: sitkLabelIntensityStatisticsImageFilter.h:110
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMinimum
std::function< double(int64_t)> m_pfGetMinimum
Definition: sitkLabelIntensityStatisticsImageFilter.h:517
itk::simple::LabelIntensityStatisticsImageFilter::GetMaximum
double GetMaximum(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:306
itk::simple::LabelIntensityStatisticsImageFilter::GetPerimeter
double GetPerimeter(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:225
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetSum
std::function< double(int64_t)> m_pfGetSum
Definition: sitkLabelIntensityStatisticsImageFilter.h:525
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPhysicalSize
std::function< double(int64_t)> m_pfGetPhysicalSize
Definition: sitkLabelIntensityStatisticsImageFilter.h:497
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPrincipalAxes
std::function< std::vector< double >int64_t)> m_pfGetPrincipalAxes
Definition: sitkLabelIntensityStatisticsImageFilter.h:499
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMaximum
std::function< double(int64_t)> m_pfGetMaximum
Definition: sitkLabelIntensityStatisticsImageFilter.h:509
sitkDualMemberFunctionFactory.h
itk::simple::LabelIntensityStatisticsImageFilter::GetElongation
double GetElongation(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:145
itk::simple::LabelIntensityStatisticsImageFilter::MemberFunctionType
void(Self::*)(const Image *image, const Image *featureImage) MemberFunctionType
Definition: sitkLabelIntensityStatisticsImageFilter.h:447
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetSkewness
std::function< double(int64_t)> m_pfGetSkewness
Definition: sitkLabelIntensityStatisticsImageFilter.h:521
SITKBasicFilters_EXPORT
#define SITKBasicFilters_EXPORT
Definition: sitkBasicFilters.h:52
itk::simple::LabelIntensityStatisticsImageFilter::GetWeightedElongation
double GetWeightedElongation(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:396
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetRegion
std::function< std::vector< unsigned int >int64_t)> m_pfGetRegion
Definition: sitkLabelIntensityStatisticsImageFilter.h:469
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetCentroid
std::function< std::vector< double >int64_t)> m_pfGetCentroid
Definition: sitkLabelIntensityStatisticsImageFilter.h:471
itk::simple::detail::DualExecuteInternalAddressor
Definition: sitkDetail.h:44
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetCenterOfGravity
std::function< std::vector< double >int64_t)> m_pfGetCenterOfGravity
Definition: sitkLabelIntensityStatisticsImageFilter.h:505
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetEquivalentSphericalPerimeter
std::function< double(int64_t)> m_pfGetEquivalentSphericalPerimeter
Definition: sitkLabelIntensityStatisticsImageFilter.h:477
itk::simple::LabelIntensityStatisticsImageFilter::GetSum
double GetSum(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:378
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetStandardDeviation
std::function< double(int64_t)> m_pfGetStandardDeviation
Definition: sitkLabelIntensityStatisticsImageFilter.h:523
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetRoundness
std::function< double(int64_t)> m_pfGetRoundness
Definition: sitkLabelIntensityStatisticsImageFilter.h:503
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetNumberOfPixels
std::function< uint64_t(int64_t)> m_pfGetNumberOfPixels
Definition: sitkLabelIntensityStatisticsImageFilter.h:487
itk::simple::LabelIntensityStatisticsImageFilter::GetEquivalentEllipsoidDiameter
std::vector< double > GetEquivalentEllipsoidDiameter(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:154
itk::simple::LabelIntensityStatisticsImageFilter::GetVariance
double GetVariance(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:387
itk
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetWeightedPrincipalAxes
std::function< std::vector< double >int64_t)> m_pfGetWeightedPrincipalAxes
Definition: sitkLabelIntensityStatisticsImageFilter.h:533
itk::simple::LabelIntensityStatisticsImageFilter::GetMaximumIndex
std::vector< uint32_t > GetMaximumIndex(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:315
itk::simple::LabelIntensityStatisticsImageFilter::ComputeFeretDiameterOn
Self & ComputeFeretDiameterOn()
Definition: sitkLabelIntensityStatisticsImageFilter.h:80
itk::ProcessObject
itk::simple::ImageFilter
The base interface for SimpleITK filters that take one input image.
Definition: sitkImageFilter.h:36
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetVariance
std::function< double(int64_t)> m_pfGetVariance
Definition: sitkLabelIntensityStatisticsImageFilter.h:527
itk::simple::LabelIntensityStatisticsImageFilter::ComputeFeretDiameterOff
Self & ComputeFeretDiameterOff()
Definition: sitkLabelIntensityStatisticsImageFilter.h:81
itk::simple::LabelIntensityStatisticsImageFilter::GetCenterOfGravity
std::vector< double > GetCenterOfGravity(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:288
itk::simple::LabelIntensityStatisticsImageFilter::ComputePerimeterOff
Self & ComputePerimeterOff()
Definition: sitkLabelIntensityStatisticsImageFilter.h:95
itk::simple::LabelIntensityStatisticsImageFilter::GetEquivalentSphericalPerimeter
double GetEquivalentSphericalPerimeter(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:163
itk::simple::LabelIntensityStatisticsImageFilter::GetMean
double GetMean(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:324
itk::simple::LabelIntensityStatisticsImageFilter::GetStandardDeviation
double GetStandardDeviation(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:369
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetFeretDiameter
std::function< double(int64_t)> m_pfGetFeretDiameter
Definition: sitkLabelIntensityStatisticsImageFilter.h:481
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMaximumIndex
std::function< std::vector< uint32_t >int64_t)> m_pfGetMaximumIndex
Definition: sitkLabelIntensityStatisticsImageFilter.h:511
itk::uint32_t
::uint32_t uint32_t
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetEquivalentSphericalRadius
std::function< double(int64_t)> m_pfGetEquivalentSphericalRadius
Definition: sitkLabelIntensityStatisticsImageFilter.h:479
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetEquivalentEllipsoidDiameter
std::function< std::vector< double >int64_t)> m_pfGetEquivalentEllipsoidDiameter
Definition: sitkLabelIntensityStatisticsImageFilter.h:475
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMedian
std::function< double(int64_t)> m_pfGetMedian
Definition: sitkLabelIntensityStatisticsImageFilter.h:515
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPerimeter
std::function< double(int64_t)> m_pfGetPerimeter
Definition: sitkLabelIntensityStatisticsImageFilter.h:491
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMean
std::function< double(int64_t)> m_pfGetMean
Definition: sitkLabelIntensityStatisticsImageFilter.h:513
itk::simple::LabelIntensityStatisticsImageFilter::m_DualMemberFactory
std::unique_ptr< detail::DualMemberFunctionFactory< MemberFunctionType > > m_DualMemberFactory
Definition: sitkLabelIntensityStatisticsImageFilter.h:453
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetMinimumIndex
std::function< std::vector< uint32_t >int64_t)> m_pfGetMinimumIndex
Definition: sitkLabelIntensityStatisticsImageFilter.h:519
itk::simple::LabelIntensityStatisticsImageFilter::GetCentroid
std::vector< double > GetCentroid(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:136
itk::simple::LabelIntensityStatisticsImageFilter::m_pfGetPerimeterOnBorderRatio
std::function< double(int64_t)> m_pfGetPerimeterOnBorderRatio
Definition: sitkLabelIntensityStatisticsImageFilter.h:495
itk::simple::IntegerPixelIDTypeList
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > >::Type IntegerPixelIDTypeList
Definition: sitkPixelIDTypeLists.h:76
itk::simple::LabelIntensityStatisticsImageFilter::GetPrincipalMoments
std::vector< double > GetPrincipalMoments(int64_t label) const
Definition: sitkLabelIntensityStatisticsImageFilter.h:270
itk::simple::LabelIntensityStatisticsImageFilter::GetName
std::string GetName() const
Definition: sitkLabelIntensityStatisticsImageFilter.h:427