Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes
vtkITKLabelShapeStatistics.h File Reference
#include "vtkITK.h"
#include <vtkMatrix4x4.h>
#include <vtkSmartPointer.h>
#include <vtkTable.h>
#include <vtkTableAlgorithm.h>
#include <vtkVector.h>
#include <vtkAddonSetGet.h>
#include <vector>
Include dependency graph for vtkITKLabelShapeStatistics.h:

Go to the source code of this file.

Classes

class  vtkITKLabelShapeStatistics
 ITK-based utilities for calculating label statistics. Utilizes itk::LabelImageToShapeLabelMapFilter to calculate label shape statistics (https://itk.org/Doxygen/html/classitk_1_1LabelImageToShapeLabelMapFilter.html) Label centroid and flatness are the only statistics calculated by default. For a list of available parameters, see: vtkITKLabelShapeStatistics::ShapeStatistic Calculated statistics can be changed using the SetComputeShapeStatistic/ComputeShapeStatisticOn/ComputeShapeStatisticOff methods. Output statistics are represented in a vtkTable where each column represents a statistic and each row is a different label value. More...