SimpleITK  
sitkLabelShapeStatisticsImageFilter.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 sitkLabelShapeStatisticsImageFilter_h
19 #define sitkLabelShapeStatisticsImageFilter_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 sitkImageFilterTemplate.h.in to make changes.
25  */
26 
27 #include <memory>
28 
29 #include "sitkBasicFilters.h"
30 #include "sitkImageFilter.h"
31 
32 namespace itk {
33  namespace simple {
34 
50  public:
52 
55 
59 
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 SetComputeOrientedBoundingBox ( bool ComputeOrientedBoundingBox ) { this->m_ComputeOrientedBoundingBox = ComputeOrientedBoundingBox; return *this; }
106 
108  SITK_RETURN_SELF_TYPE_HEADER ComputeOrientedBoundingBoxOn() { return this->SetComputeOrientedBoundingBox(true); }
109  SITK_RETURN_SELF_TYPE_HEADER ComputeOrientedBoundingBoxOff() { return this->SetComputeOrientedBoundingBox(false); }
110 
114  bool GetComputeOrientedBoundingBox() const { return this->m_ComputeOrientedBoundingBox; }
122  std::vector<unsigned int> GetBoundingBox(int64_t label) const { return this->m_pfGetBoundingBox(label); };
123 
131  std::vector<unsigned int> GetRegion(int64_t label) const { return this->m_pfGetRegion(label); };
132 
140  std::vector<double> GetCentroid(int64_t label) const { return this->m_pfGetCentroid(label); };
141 
149  double GetElongation(int64_t label) const { return this->m_pfGetElongation(label); };
150 
158  std::vector<double> GetEquivalentEllipsoidDiameter(int64_t label) const { return this->m_pfGetEquivalentEllipsoidDiameter(label); };
159 
167  double GetEquivalentSphericalPerimeter(int64_t label) const { return this->m_pfGetEquivalentSphericalPerimeter(label); };
168 
176  double GetEquivalentSphericalRadius(int64_t label) const { return this->m_pfGetEquivalentSphericalRadius(label); };
177 
185  double GetFeretDiameter(int64_t label) const { return this->m_pfGetFeretDiameter(label); };
186 
194  double GetFlatness(int64_t label) const { return this->m_pfGetFlatness(label); };
195 
202  std::vector<int64_t> GetLabels() const { return this->m_Labels; };
203 
211  uint64_t GetNumberOfPixels(int64_t label) const { return this->m_pfGetNumberOfPixels(label); };
212 
220  uint64_t GetNumberOfPixelsOnBorder(int64_t label) const { return this->m_pfGetNumberOfPixelsOnBorder(label); };
221 
229  double GetPerimeter(int64_t label) const { return this->m_pfGetPerimeter(label); };
230 
238  double GetPerimeterOnBorder(int64_t label) const { return this->m_pfGetPerimeterOnBorder(label); };
239 
247  double GetPerimeterOnBorderRatio(int64_t label) const { return this->m_pfGetPerimeterOnBorderRatio(label); };
248 
256  double GetPhysicalSize(int64_t label) const { return this->m_pfGetPhysicalSize(label); };
257 
265  std::vector<double> GetPrincipalAxes(int64_t label) const { return this->m_pfGetPrincipalAxes(label); };
266 
274  std::vector<double> GetPrincipalMoments(int64_t label) const { return this->m_pfGetPrincipalMoments(label); };
275 
283  double GetRoundness(int64_t label) const { return this->m_pfGetRoundness(label); };
284 
292  std::vector<double> GetOrientedBoundingBoxSize(int64_t label) const { return this->m_pfGetOrientedBoundingBoxSize(label); };
293 
301  std::vector<double> GetOrientedBoundingBoxOrigin(int64_t label) const { return this->m_pfGetOrientedBoundingBoxOrigin(label); };
302 
310  std::vector<double> GetOrientedBoundingBoxDirection(int64_t label) const { return this->m_pfGetOrientedBoundingBoxDirection(label); };
311 
319  std::vector<double> GetOrientedBoundingBoxVertices(int64_t label) const { return this->m_pfGetOrientedBoundingBoxVertices(label); };
320 
328  std::vector<unsigned int> GetIndexes(int64_t label) const { return this->m_pfGetIndexes(label); };
329 
337  std::vector<unsigned int> GetRLEIndexes(int64_t label) const { return this->m_pfGetRLEIndexes(label); };
338 
339 
341  std::string GetName() const { return std::string ("LabelShapeStatisticsImageFilter"); }
342 
344  std::string ToString() const;
345 
346 
349  void Execute ( const Image& image1 );
350 
351 
353  bool HasLabel(int64_t label );
354 
356  uint64_t GetNumberOfLabels( );
357 
358  private:
359 
362  using MemberFunctionType = void (Self::*)( const Image& image1 );
363  template <class TImageType> void ExecuteInternal ( const Image& image1 );
364 
365 
367 
368  std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> > m_MemberFactory;
369 
370 
371  /* */
372  double m_BackgroundValue{0};
373 
374  bool m_ComputeFeretDiameter{false};
375 
376  bool m_ComputePerimeter{true};
377 
378  bool m_ComputeOrientedBoundingBox{false};
379 
380  /* Docs */
381  std::function<std::vector<unsigned int>(int64_t)> m_pfGetBoundingBox;
382  /* Docs */
383  std::function<std::vector<unsigned int>(int64_t)> m_pfGetRegion;
384  /* Docs */
385  std::function<std::vector<double>(int64_t)> m_pfGetCentroid;
386  /* Docs */
387  std::function<double(int64_t)> m_pfGetElongation;
388  /* Docs */
389  std::function<std::vector<double>(int64_t)> m_pfGetEquivalentEllipsoidDiameter;
390  /* Docs */
391  std::function<double(int64_t)> m_pfGetEquivalentSphericalPerimeter;
392  /* Docs */
393  std::function<double(int64_t)> m_pfGetEquivalentSphericalRadius;
394  /* Docs */
395  std::function<double(int64_t)> m_pfGetFeretDiameter;
396  /* Docs */
397  std::function<double(int64_t)> m_pfGetFlatness;
398  /* Docs */
399  std::vector<int64_t> m_Labels{std::vector<int64_t>()};
400  /* Docs */
401  std::function<uint64_t(int64_t)> m_pfGetNumberOfPixels;
402  /* Docs */
403  std::function<uint64_t(int64_t)> m_pfGetNumberOfPixelsOnBorder;
404  /* Docs */
405  std::function<double(int64_t)> m_pfGetPerimeter;
406  /* Docs */
407  std::function<double(int64_t)> m_pfGetPerimeterOnBorder;
408  /* Docs */
409  std::function<double(int64_t)> m_pfGetPerimeterOnBorderRatio;
410  /* Docs */
411  std::function<double(int64_t)> m_pfGetPhysicalSize;
412  /* Docs */
413  std::function<std::vector<double>(int64_t)> m_pfGetPrincipalAxes;
414  /* Docs */
415  std::function<std::vector<double>(int64_t)> m_pfGetPrincipalMoments;
416  /* Docs */
417  std::function<double(int64_t)> m_pfGetRoundness;
418  /* Docs */
419  std::function<std::vector<double>(int64_t)> m_pfGetOrientedBoundingBoxSize;
420  /* Docs */
421  std::function<std::vector<double>(int64_t)> m_pfGetOrientedBoundingBoxOrigin;
422  /* Docs */
423  std::function<std::vector<double>(int64_t)> m_pfGetOrientedBoundingBoxDirection;
424  /* Docs */
425  std::function<std::vector<double>(int64_t)> m_pfGetOrientedBoundingBoxVertices;
426  /* Docs */
427  std::function<std::vector<unsigned int>(int64_t)> m_pfGetIndexes;
428  /* Docs */
429  std::function<std::vector<unsigned int>(int64_t)> m_pfGetRLEIndexes;
430 
431  // Holder of process object for active measurements
432  itk::ProcessObject *m_Filter{nullptr};
433 
434  };
435 
436 
437  }
438 }
439 #endif
itk::simple::Image
The Image class for SimpleITK.
Definition: sitkImage.h:76
itk::simple::LabelShapeStatisticsImageFilter::GetNumberOfPixelsOnBorder
uint64_t GetNumberOfPixelsOnBorder(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:220
itk::simple::LabelShapeStatisticsImageFilter::GetPhysicalSize
double GetPhysicalSize(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:256
itk::simple::LabelShapeStatisticsImageFilter::GetRegion
std::vector< unsigned int > GetRegion(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:131
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetIndexes
std::function< std::vector< unsigned int >int64_t)> m_pfGetIndexes
Definition: sitkLabelShapeStatisticsImageFilter.h:427
sitkBasicFilters.h
itk::simple::LabelShapeStatisticsImageFilter::GetIndexes
std::vector< unsigned int > GetIndexes(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:328
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetEquivalentSphericalPerimeter
std::function< double(int64_t)> m_pfGetEquivalentSphericalPerimeter
Definition: sitkLabelShapeStatisticsImageFilter.h:391
itk::simple::LabelShapeStatisticsImageFilter::GetEquivalentEllipsoidDiameter
std::vector< double > GetEquivalentEllipsoidDiameter(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:158
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetPerimeterOnBorderRatio
std::function< double(int64_t)> m_pfGetPerimeterOnBorderRatio
Definition: sitkLabelShapeStatisticsImageFilter.h:409
itk::simple::LabelShapeStatisticsImageFilter::SetComputeFeretDiameter
Self & SetComputeFeretDiameter(bool ComputeFeretDiameter)
Definition: sitkLabelShapeStatisticsImageFilter.h:77
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetOrientedBoundingBoxOrigin
std::function< std::vector< double >int64_t)> m_pfGetOrientedBoundingBoxOrigin
Definition: sitkLabelShapeStatisticsImageFilter.h:421
itk::simple::detail::MemberFunctionAddressor
Definition: sitkDetail.h:32
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetPhysicalSize
std::function< double(int64_t)> m_pfGetPhysicalSize
Definition: sitkLabelShapeStatisticsImageFilter.h:411
itk::simple::LabelShapeStatisticsImageFilter::GetComputeFeretDiameter
bool GetComputeFeretDiameter() const
Definition: sitkLabelShapeStatisticsImageFilter.h:86
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetRLEIndexes
std::function< std::vector< unsigned int >int64_t)> m_pfGetRLEIndexes
Definition: sitkLabelShapeStatisticsImageFilter.h:429
itk::simple::LabelShapeStatisticsImageFilter::GetRoundness
double GetRoundness(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:283
itk::simple::LabelShapeStatisticsImageFilter::GetEquivalentSphericalRadius
double GetEquivalentSphericalRadius(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:176
itk::simple::LabelShapeStatisticsImageFilter::GetComputeOrientedBoundingBox
bool GetComputeOrientedBoundingBox() const
Definition: sitkLabelShapeStatisticsImageFilter.h:114
itk::simple::LabelShapeStatisticsImageFilter::SetComputeOrientedBoundingBox
Self & SetComputeOrientedBoundingBox(bool ComputeOrientedBoundingBox)
Definition: sitkLabelShapeStatisticsImageFilter.h:105
itk::simple::LabelShapeStatisticsImageFilter::GetPerimeter
double GetPerimeter(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:229
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetNumberOfPixels
std::function< uint64_t(int64_t)> m_pfGetNumberOfPixels
Definition: sitkLabelShapeStatisticsImageFilter.h:401
sitkImageFilter.h
itk::simple::LabelShapeStatisticsImageFilter::GetPerimeterOnBorder
double GetPerimeterOnBorder(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:238
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetPrincipalMoments
std::function< std::vector< double >int64_t)> m_pfGetPrincipalMoments
Definition: sitkLabelShapeStatisticsImageFilter.h:415
itk::simple::LabelShapeStatisticsImageFilter::SetBackgroundValue
Self & SetBackgroundValue(double BackgroundValue)
Definition: sitkLabelShapeStatisticsImageFilter.h:67
itk::simple::LabelShapeStatisticsImageFilter::m_MemberFactory
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Definition: sitkLabelShapeStatisticsImageFilter.h:368
itk::simple::LabelShapeStatisticsImageFilter::ComputePerimeterOff
Self & ComputePerimeterOff()
Definition: sitkLabelShapeStatisticsImageFilter.h:95
itk::simple::LabelShapeStatisticsImageFilter::SetComputePerimeter
Self & SetComputePerimeter(bool ComputePerimeter)
Definition: sitkLabelShapeStatisticsImageFilter.h:91
itk::simple::LabelShapeStatisticsImageFilter::ComputeOrientedBoundingBoxOn
Self & ComputeOrientedBoundingBoxOn()
Definition: sitkLabelShapeStatisticsImageFilter.h:108
itk::simple::LabelShapeStatisticsImageFilter::GetLabels
std::vector< int64_t > GetLabels() const
Definition: sitkLabelShapeStatisticsImageFilter.h:202
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetElongation
std::function< double(int64_t)> m_pfGetElongation
Definition: sitkLabelShapeStatisticsImageFilter.h:387
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetPerimeterOnBorder
std::function< double(int64_t)> m_pfGetPerimeterOnBorder
Definition: sitkLabelShapeStatisticsImageFilter.h:407
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetPrincipalAxes
std::function< std::vector< double >int64_t)> m_pfGetPrincipalAxes
Definition: sitkLabelShapeStatisticsImageFilter.h:413
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetPerimeter
std::function< double(int64_t)> m_pfGetPerimeter
Definition: sitkLabelShapeStatisticsImageFilter.h:405
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetNumberOfPixelsOnBorder
std::function< uint64_t(int64_t)> m_pfGetNumberOfPixelsOnBorder
Definition: sitkLabelShapeStatisticsImageFilter.h:403
itk::simple::LabelShapeStatisticsImageFilter::GetRLEIndexes
std::vector< unsigned int > GetRLEIndexes(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:337
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetCentroid
std::function< std::vector< double >int64_t)> m_pfGetCentroid
Definition: sitkLabelShapeStatisticsImageFilter.h:385
itk::simple::LabelShapeStatisticsImageFilter::GetFeretDiameter
double GetFeretDiameter(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:185
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetOrientedBoundingBoxVertices
std::function< std::vector< double >int64_t)> m_pfGetOrientedBoundingBoxVertices
Definition: sitkLabelShapeStatisticsImageFilter.h:425
itk::simple::LabelShapeStatisticsImageFilter::ComputeFeretDiameterOff
Self & ComputeFeretDiameterOff()
Definition: sitkLabelShapeStatisticsImageFilter.h:81
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetEquivalentSphericalRadius
std::function< double(int64_t)> m_pfGetEquivalentSphericalRadius
Definition: sitkLabelShapeStatisticsImageFilter.h:393
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetBoundingBox
std::function< std::vector< unsigned int >int64_t)> m_pfGetBoundingBox
Definition: sitkLabelShapeStatisticsImageFilter.h:381
itk::simple::LabelShapeStatisticsImageFilter::GetOrientedBoundingBoxVertices
std::vector< double > GetOrientedBoundingBoxVertices(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:319
SITKBasicFilters_EXPORT
#define SITKBasicFilters_EXPORT
Definition: sitkBasicFilters.h:52
itk::simple::LabelShapeStatisticsImageFilter::GetName
std::string GetName() const
Definition: sitkLabelShapeStatisticsImageFilter.h:341
itk::simple::LabelShapeStatisticsImageFilter::GetComputePerimeter
bool GetComputePerimeter() const
Definition: sitkLabelShapeStatisticsImageFilter.h:100
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetOrientedBoundingBoxDirection
std::function< std::vector< double >int64_t)> m_pfGetOrientedBoundingBoxDirection
Definition: sitkLabelShapeStatisticsImageFilter.h:423
itk::simple::LabelShapeStatisticsImageFilter::GetBoundingBox
std::vector< unsigned int > GetBoundingBox(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:122
itk::simple::LabelShapeStatisticsImageFilter::GetCentroid
std::vector< double > GetCentroid(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:140
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetFlatness
std::function< double(int64_t)> m_pfGetFlatness
Definition: sitkLabelShapeStatisticsImageFilter.h:397
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetRoundness
std::function< double(int64_t)> m_pfGetRoundness
Definition: sitkLabelShapeStatisticsImageFilter.h:417
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetRegion
std::function< std::vector< unsigned int >int64_t)> m_pfGetRegion
Definition: sitkLabelShapeStatisticsImageFilter.h:383
itk::simple::LabelShapeStatisticsImageFilter::GetPerimeterOnBorderRatio
double GetPerimeterOnBorderRatio(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:247
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetFeretDiameter
std::function< double(int64_t)> m_pfGetFeretDiameter
Definition: sitkLabelShapeStatisticsImageFilter.h:395
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetEquivalentEllipsoidDiameter
std::function< std::vector< double >int64_t)> m_pfGetEquivalentEllipsoidDiameter
Definition: sitkLabelShapeStatisticsImageFilter.h:389
itk::simple::LabelShapeStatisticsImageFilter::MemberFunctionType
void(Self::*)(const Image &image1) MemberFunctionType
Definition: sitkLabelShapeStatisticsImageFilter.h:362
itk
itk::simple::LabelShapeStatisticsImageFilter::PixelIDTypeList
IntegerPixelIDTypeList PixelIDTypeList
Definition: sitkLabelShapeStatisticsImageFilter.h:61
itk::simple::LabelShapeStatisticsImageFilter::GetOrientedBoundingBoxSize
std::vector< double > GetOrientedBoundingBoxSize(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:292
itk::ProcessObject
itk::simple::LabelShapeStatisticsImageFilter::GetOrientedBoundingBoxDirection
std::vector< double > GetOrientedBoundingBoxDirection(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:310
itk::simple::ImageFilter
The base interface for SimpleITK filters that take one input image.
Definition: sitkImageFilter.h:36
itk::simple::LabelShapeStatisticsImageFilter::ComputeFeretDiameterOn
Self & ComputeFeretDiameterOn()
Definition: sitkLabelShapeStatisticsImageFilter.h:80
itk::simple::LabelShapeStatisticsImageFilter::GetNumberOfPixels
uint64_t GetNumberOfPixels(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:211
itk::simple::LabelShapeStatisticsImageFilter::ComputePerimeterOn
Self & ComputePerimeterOn()
Definition: sitkLabelShapeStatisticsImageFilter.h:94
itk::simple::LabelShapeStatisticsImageFilter::m_pfGetOrientedBoundingBoxSize
std::function< std::vector< double >int64_t)> m_pfGetOrientedBoundingBoxSize
Definition: sitkLabelShapeStatisticsImageFilter.h:419
itk::simple::LabelShapeStatisticsImageFilter
Converts a label image to a label map and valuates the shape attributes.
Definition: sitkLabelShapeStatisticsImageFilter.h:49
itk::simple::IntegerPixelIDTypeList
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
Definition: sitkPixelIDTypeLists.h:77
itk::simple::LabelShapeStatisticsImageFilter::GetElongation
double GetElongation(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:149
itk::simple::LabelShapeStatisticsImageFilter::GetOrientedBoundingBoxOrigin
std::vector< double > GetOrientedBoundingBoxOrigin(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:301
itk::simple::LabelShapeStatisticsImageFilter::GetBackgroundValue
double GetBackgroundValue() const
Definition: sitkLabelShapeStatisticsImageFilter.h:72
itk::simple::LabelShapeStatisticsImageFilter::ComputeOrientedBoundingBoxOff
Self & ComputeOrientedBoundingBoxOff()
Definition: sitkLabelShapeStatisticsImageFilter.h:109
itk::simple::LabelShapeStatisticsImageFilter::GetEquivalentSphericalPerimeter
double GetEquivalentSphericalPerimeter(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:167
itk::simple::LabelShapeStatisticsImageFilter::GetFlatness
double GetFlatness(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:194
itk::simple::LabelShapeStatisticsImageFilter::GetPrincipalMoments
std::vector< double > GetPrincipalMoments(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:274
itk::simple::LabelShapeStatisticsImageFilter::GetPrincipalAxes
std::vector< double > GetPrincipalAxes(int64_t label) const
Definition: sitkLabelShapeStatisticsImageFilter.h:265