18#ifndef sitkLabelShapeStatisticsImageFilter_h
19#define sitkLabelShapeStatisticsImageFilter_h
340 std::string
GetName()
const {
return std::string (
"LabelShapeStatisticsImageFilter"); }
398 std::vector<int64_t>
m_Labels{std::vector<int64_t>()};
The Image class for SimpleITK.
LabelShapeStatisticsImageFilter Self
bool GetComputeOrientedBoundingBox() const
uint64_t GetNumberOfPixels(int64_t label) const
Self & SetComputeFeretDiameter(bool ComputeFeretDiameter)
std::function< std::vector< unsigned int >(int64_t)> m_pfGetBoundingBox
double GetPhysicalSize(int64_t label) const
std::function< std::vector< double >(int64_t)> m_pfGetCentroid
bool m_ComputeFeretDiameter
bool m_ComputeOrientedBoundingBox
std::vector< unsigned int > GetRegion(int64_t label) const
double GetElongation(int64_t label) const
std::function< std::vector< double >(int64_t)> m_pfGetOrientedBoundingBoxVertices
std::vector< unsigned int > GetRLEIndexes(int64_t label) const
itk::ProcessObject * m_Filter
void Execute(const Image &image1)
std::function< std::vector< double >(int64_t)> m_pfGetPrincipalAxes
std::function< std::vector< double >(int64_t)> m_pfGetEquivalentEllipsoidDiameter
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
std::function< double(int64_t)> m_pfGetPhysicalSize
double GetRoundness(int64_t label) const
double GetEquivalentSphericalRadius(int64_t label) const
Self & ComputeOrientedBoundingBoxOff()
bool GetComputeFeretDiameter() const
double GetEquivalentSphericalPerimeter(int64_t label) const
std::function< std::vector< double >(int64_t)> m_pfGetOrientedBoundingBoxDirection
Self & ComputeFeretDiameterOff()
uint64_t GetNumberOfPixelsOnBorder(int64_t label) const
std::function< std::vector< unsigned int >(int64_t)> m_pfGetRLEIndexes
Self & ComputeFeretDiameterOn()
std::function< double(int64_t)> m_pfGetFeretDiameter
std::vector< double > GetCentroid(int64_t label) const
std::function< double(int64_t)> m_pfGetElongation
std::vector< double > GetEquivalentEllipsoidDiameter(int64_t label) const
std::function< std::vector< unsigned int >(int64_t)> m_pfGetRegion
std::function< std::vector< double >(int64_t)> m_pfGetOrientedBoundingBoxOrigin
std::function< uint64_t(int64_t)> m_pfGetNumberOfPixelsOnBorder
std::function< std::vector< double >(int64_t)> m_pfGetPrincipalMoments
std::vector< double > GetPrincipalMoments(int64_t label) const
virtual ~LabelShapeStatisticsImageFilter()
std::vector< int64_t > GetLabels() const
double GetPerimeterOnBorderRatio(int64_t label) const
std::function< uint64_t(int64_t)> m_pfGetNumberOfPixels
std::vector< unsigned int > GetBoundingBox(int64_t label) const
std::vector< double > GetOrientedBoundingBoxSize(int64_t label) const
Self & ComputeOrientedBoundingBoxOn()
std::function< std::vector< unsigned int >(int64_t)> m_pfGetIndexes
std::vector< int64_t > m_Labels
double GetPerimeterOnBorder(int64_t label) const
std::function< double(int64_t)> m_pfGetRoundness
std::vector< double > GetOrientedBoundingBoxDirection(int64_t label) const
uint64_t GetNumberOfLabels()
double GetBackgroundValue() const
IntegerPixelIDTypeList PixelIDTypeList
std::function< double(int64_t)> m_pfGetEquivalentSphericalPerimeter
std::vector< unsigned int > GetIndexes(int64_t label) const
std::vector< double > GetOrientedBoundingBoxOrigin(int64_t label) const
Self & ComputePerimeterOn()
Self & ComputePerimeterOff()
std::function< double(int64_t)> m_pfGetPerimeterOnBorderRatio
std::string GetName() const
std::function< double(int64_t)> m_pfGetPerimeterOnBorder
Self & SetBackgroundValue(double BackgroundValue)
std::string ToString() const
double GetFeretDiameter(int64_t label) const
std::function< double(int64_t)> m_pfGetFlatness
std::vector< double > GetPrincipalAxes(int64_t label) const
void(Self::*)(const Image &image1) MemberFunctionType
std::function< double(int64_t)> m_pfGetEquivalentSphericalRadius
bool GetComputePerimeter() const
Self & SetComputePerimeter(bool ComputePerimeter)
std::vector< double > GetOrientedBoundingBoxVertices(int64_t label) const
bool HasLabel(int64_t label)
Self & SetComputeOrientedBoundingBox(bool ComputeOrientedBoundingBox)
std::function< double(int64_t)> m_pfGetPerimeter
LabelShapeStatisticsImageFilter()
double GetFlatness(int64_t label) const
void ExecuteInternal(const Image &image1)
std::function< std::vector< double >(int64_t)> m_pfGetOrientedBoundingBoxSize
double GetPerimeter(int64_t label) const
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT