ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleImageSegmentationVolumeEstimator.h>
Class for estimating the volume of a segmentation stored in a SpatialObject that carries a gray-scale image of pixel type float. This implementation assumes that the input image is roughly composed of two regions with intensity plateaus, and with a narrow transition region between the two regions. Note that this doesn't mean that the regions must be a single connected component.
The estimation of the volume is done by the equivalent of rescaling the intensity range to [0:1] and then adding the contributions of all the pixels.
The pixels size is, of course, taken into account.
Definition at line 43 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | Dimension = NDimension |
Static Public Attributes inherited from itk::SegmentationVolumeEstimator< NDimension > | |
static constexpr unsigned int | Dimension = NDimension |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 53 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::InputImageSpatialObjectType = ImageSpatialObject< NDimension, InputPixelType > |
Definition at line 73 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::InputImageType = Image< InputPixelType, NDimension > |
Definition at line 74 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::InputPixelType = float |
Required type of the input
Definition at line 72 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::Pointer = SmartPointer<Self> |
Definition at line 52 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::RealObjectType = typename Superclass::RealObjectType |
Definition at line 54 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::Self = GrayscaleImageSegmentationVolumeEstimator |
Standard class type alias.
Definition at line 50 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::SpatialObjectConstPointer = typename Superclass::SpatialObjectConstPointer |
Definition at line 69 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::SpatialObjectPointer = typename Superclass::SpatialObjectPointer |
Definition at line 68 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::SpatialObjectType = typename Superclass::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 67 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
using itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >::Superclass = SegmentationVolumeEstimator<NDimension> |
Definition at line 51 of file itkGrayscaleImageSegmentationVolumeEstimator.h.
|
protected |
|
overrideprotected |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overrideprotectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SegmentationVolumeEstimator< NDimension >.
|
static |
Method for constructing new instances of this class.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ProcessObject.
|
static |
Dimension of the space
Definition at line 63 of file itkGrayscaleImageSegmentationVolumeEstimator.h.