template<unsigned int NDimension>
class itk::FastMarchingSegmentationModule< NDimension >
Class applies a fast marching segmentation method.
Takes as input a landmark spatial object and a feature image and produces as output a segmentation of the output level set. Threshold this at 0 and you will get the zero set.
Definition at line 38 of file itkFastMarchingSegmentationModule.h.
|
using | ConstPointer = SmartPointer< const Self > |
|
using | FeatureImageType = Image< FeaturePixelType, NDimension > |
|
using | FeaturePixelType = float |
|
using | FeatureSpatialObjectType = ImageSpatialObject< NDimension, FeaturePixelType > |
|
using | InputSpatialObjectType = LandmarkSpatialObject< NDimension > |
|
using | OutputImageType = Image< OutputPixelType, NDimension > |
|
using | OutputPixelType = float |
|
using | OutputSpatialObjectType = ImageSpatialObject< NDimension, OutputPixelType > |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = FastMarchingSegmentationModule |
|
using | SpatialObjectPointer = typename Superclass::SpatialObjectPointer |
|
using | SpatialObjectType = typename Superclass::SpatialObjectType |
|
using | Superclass = SinglePhaseLevelSetSegmentationModule< NDimension > |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | FeatureImageType = Image< FeaturePixelType, NDimension > |
|
using | FeaturePixelType = float |
|
using | FeatureSpatialObjectType = ImageSpatialObject< NDimension, FeaturePixelType > |
|
using | InputImageType = Image< InputPixelType, NDimension > |
|
using | InputPixelType = float |
|
using | InputSpatialObjectType = ImageSpatialObject< NDimension, InputPixelType > |
|
using | OutputImageType = Image< OutputPixelType, NDimension > |
|
using | OutputPixelType = float |
|
using | OutputSpatialObjectType = ImageSpatialObject< NDimension, OutputPixelType > |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = SinglePhaseLevelSetSegmentationModule |
|
using | SpatialObjectPointer = typename Superclass::SpatialObjectPointer |
|
using | SpatialObjectType = typename Superclass::SpatialObjectType |
|
using | Superclass = SegmentationModule< NDimension > |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = SegmentationModule |
|
using | SpatialObjectPointer = typename SpatialObjectType::Pointer |
|
using | SpatialObjectType = SpatialObject< NDimension > |
|
using | Superclass = ProcessObject |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
|
using | DataObjectPointer = DataObject::Pointer |
|
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
|
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
|
using | MultiThreaderType = MultiThreaderBase |
|
using | NameArray = std::vector< DataObjectIdentifierType > |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = ProcessObject |
|
using | Superclass = Object |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = Object |
|
using | Superclass = LightObject |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = LightObject |
|
|
| FastMarchingSegmentationModule () |
|
void | GenerateData () override |
|
const InputSpatialObjectType * | GetInternalInputLandmarks () const |
|
void | PrintSelf (std::ostream &os, Indent indent) const override |
|
| ~FastMarchingSegmentationModule () override |
|
void | GenerateData () override |
|
const FeatureImageType * | GetInternalFeatureImage () const |
|
const InputImageType * | GetInternalInputImage () const |
|
void | PackOutputImageInOutputSpatialObject (OutputImageType *outputImage) |
|
void | PrintSelf (std::ostream &os, Indent indent) const override |
|
| SinglePhaseLevelSetSegmentationModule () |
|
| ~SinglePhaseLevelSetSegmentationModule () override |
|
SpatialObjectType * | GetInternalOutput () |
|
| SegmentationModule () |
|
| ~SegmentationModule () override |
|
virtual void | AddInput (DataObject *input) |
|
void | AddOptionalInputName (const DataObjectIdentifierType &) |
|
void | AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
|
virtual void | AddOutput (DataObject *output) |
|
bool | AddRequiredInputName (const DataObjectIdentifierType &) |
|
bool | AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
|
virtual void | CacheInputReleaseDataFlags () |
|
virtual void | GenerateInputRequestedRegion () |
|
virtual void | GenerateOutputInformation () |
|
virtual void | GenerateOutputRequestedRegion (DataObject *output) |
|
DataObject * | GetInput (const DataObjectIdentifierType &key) |
|
const DataObject * | GetInput (const DataObjectIdentifierType &key) const |
|
virtual const
DataObjectPointerArraySizeType & | GetNumberOfRequiredInputs () const |
|
virtual const
DataObjectPointerArraySizeType & | GetNumberOfRequiredOutputs () const |
|
bool | IsIndexedInputName (const DataObjectIdentifierType &) const |
|
bool | IsIndexedOutputName (const DataObjectIdentifierType &) const |
|
bool | IsRequiredInputName (const DataObjectIdentifierType &) const |
|
DataObjectPointerArraySizeType | MakeIndexFromInputName (const DataObjectIdentifierType &name) const |
|
DataObjectPointerArraySizeType | MakeIndexFromOutputName (const DataObjectIdentifierType &name) const |
|
DataObjectIdentifierType | MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const |
|
DataObjectIdentifierType | MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const |
|
virtual void | PopBackInput () |
|
virtual void | PopFrontInput () |
|
| ProcessObject () |
|
virtual void | PropagateResetPipeline () |
|
virtual void | PushBackInput (const DataObject *input) |
|
virtual void | PushFrontInput (const DataObject *input) |
|
virtual void | ReleaseInputs () |
|
virtual void | RemoveInput (const DataObjectIdentifierType &key) |
|
virtual void | RemoveInput (DataObjectPointerArraySizeType) |
|
virtual void | RemoveOutput (const DataObjectIdentifierType &key) |
|
virtual void | RemoveOutput (DataObjectPointerArraySizeType idx) |
|
bool | RemoveRequiredInputName (const DataObjectIdentifierType &) |
|
virtual void | RestoreInputReleaseDataFlags () |
|
virtual void | SetInput (const DataObjectIdentifierType &key, DataObject *input) |
|
virtual void | SetNthInput (DataObjectPointerArraySizeType num, DataObject *input) |
|
virtual void | SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output) |
|
void | SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num) |
|
void | SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num) |
|
virtual void | SetNumberOfRequiredInputs (DataObjectPointerArraySizeType) |
|
virtual void | SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg) |
|
virtual void | SetOutput (const DataObjectIdentifierType &key, DataObject *output) |
|
virtual void | SetPrimaryInput (DataObject *input) |
|
virtual void | SetPrimaryOutput (DataObject *output) |
|
void | SetRequiredInputNames (const NameArray &) |
|
virtual void | VerifyInputInformation () ITKv5_CONST |
|
virtual void | VerifyPreconditions () ITKv5_CONST |
|
| ~ProcessObject () override |
|
DataObject * | GetInput (DataObjectPointerArraySizeType idx) |
|
const DataObject * | GetInput (DataObjectPointerArraySizeType idx) const |
|
DataObject * | GetPrimaryInput () |
|
const DataObject * | GetPrimaryInput () const |
|
virtual void | SetPrimaryInputName (const DataObjectIdentifierType &key) |
|
virtual const char * | GetPrimaryInputName () const |
|
DataObject * | GetOutput (const DataObjectIdentifierType &key) |
|
const DataObject * | GetOutput (const DataObjectIdentifierType &key) const |
|
virtual void | SetPrimaryOutputName (const DataObjectIdentifierType &key) |
|
virtual const char * | GetPrimaryOutputName () const |
|
DataObject * | GetOutput (DataObjectPointerArraySizeType idx) |
|
const DataObject * | GetOutput (DataObjectPointerArraySizeType idx) const |
|
DataObject * | GetPrimaryOutput () |
|
const DataObject * | GetPrimaryOutput () const |
|
| Object () |
|
bool | PrintObservers (std::ostream &os, Indent indent) const |
|
virtual void | SetTimeStamp (const TimeStamp &time) |
|
| ~Object () override |
|
virtual LightObject::Pointer | InternalClone () const |
|
| LightObject () |
|
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
|
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
|
virtual | ~LightObject () |
|