|
using | AuxImagePointer = typename AuxImageType::Pointer |
|
using | AuxImageType = Image< AuxValueType, ImageDimension > |
|
using | AuxValueContainerConstIterator = typename AuxValueContainerType::ConstIterator |
|
using | AuxValueContainerPointer = typename AuxValueContainerType::Pointer |
|
using | AuxValueContainerType = VectorContainer< IdentifierType, AuxValueVectorType > |
|
using | AuxValueType = TAuxValue |
|
using | AuxValueVectorType = Vector< AuxValueType, AuxDimension > |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | InternalNodeStructure = typename Superclass::InternalNodeStructure |
|
using | NodePairContainerConstIterator = typename Superclass::NodePairContainerConstIterator |
|
using | NodePairContainerPointer = typename Superclass::NodePairContainerPointer |
|
using | NodePairContainerType = typename Superclass::NodePairContainerType |
|
using | NodePairType = typename Superclass::NodePairType |
|
using | NodeType = typename Superclass::NodeType |
|
using | OutputImageType = typename Superclass::OutputImageType |
|
using | OutputPixelType = typename Superclass::OutputPixelType |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = FastMarchingExtensionImageFilterBase |
|
using | Superclass = FastMarchingImageFilterBase< TInput, TOutput > |
|
using | Traits = typename Superclass::Traits |
|
using | ConnectedComponentImagePointer = typename ConnectedComponentImageType::Pointer |
|
using | ConnectedComponentImageType = Image< unsigned int, ImageDimension > |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | InputImagePointer = typename Superclass::InputDomainPointer |
|
using | InputImageType = typename Superclass::InputDomainType |
|
using | InputPixelType = typename Superclass::InputPixelType |
|
using | InternalNodeStructureArray = FixedArray< InternalNodeStructure, ImageDimension > |
|
using | LabelImagePointer = typename LabelImageType::Pointer |
|
using | LabelImageType = Image< unsigned char, ImageDimension > |
|
using | LabelType = typename Superclass::LabelType |
|
using | NeighborhoodIteratorType = NeighborhoodIterator< LabelImageType > |
|
using | NeighborhoodRadiusType = typename NeighborhoodIteratorType::RadiusType |
|
using | NodePairContainerConstIterator = typename Traits::NodePairContainerConstIterator |
|
using | NodePairContainerPointer = typename Traits::NodePairContainerPointer |
|
using | NodePairContainerType = typename Traits::NodePairContainerType |
|
using | NodePairType = typename Traits::NodePairType |
|
using | NodeType = typename Traits::NodeType |
|
using | OutputDirectionType = typename OutputImageType::DirectionType |
|
using | OutputImagePointer = typename Superclass::OutputDomainPointer |
|
using | OutputImageType = typename Superclass::OutputDomainType |
|
using | OutputPixelType = typename Superclass::OutputPixelType |
|
using | OutputPointType = typename OutputImageType::PointType |
|
using | OutputRegionType = typename OutputImageType::RegionType |
|
using | OutputSizeType = typename OutputImageType::SizeType |
|
using | OutputSpacingType = typename OutputImageType::SpacingType |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = FastMarchingImageFilterBase |
|
using | Superclass = FastMarchingBase< TInput, TOutput > |
|
using | Traits = typename Superclass::Traits |
|
using | ConstPointer = SmartPointer< const Self > |
|
using | InputDomainPointer = typename Traits::InputDomainPointer |
|
using | InputDomainType = typename Traits::InputDomainType |
|
using | InputPixelType = typename Traits::InputPixelType |
|
using | LabelType = typename Traits::LabelType |
|
using | NodePairContainerConstIterator = typename Traits::NodePairContainerConstIterator |
|
using | NodePairContainerPointer = typename Traits::NodePairContainerPointer |
|
using | NodePairContainerType = typename Traits::NodePairContainerType |
|
using | NodePairType = typename Traits::NodePairType |
|
using | NodeType = typename Traits::NodeType |
|
using | OutputDomainPointer = typename Traits::OutputDomainPointer |
|
using | OutputDomainType = typename Traits::OutputDomainType |
|
using | OutputPixelType = typename Traits::OutputPixelType |
|
using | Pointer = SmartPointer< Self > |
|
using | Self = FastMarchingBase |
|
using | StoppingCriterionPointer = typename StoppingCriterionType::Pointer |
|
using | StoppingCriterionType = FastMarchingStoppingCriterionBase< TInput, TOutput > |
|
using | Superclass = typename FastMarchingTraits< TInput, TOutput >::SuperclassType |
|
using | SuperclassType = typename Traits::SuperclassType |
|
using | TopologyCheckEnum = FastMarchingTraitsEnums::TopologyCheck |
|
using | Traits = FastMarchingTraits< TInput, TOutput > |
|
|
using | HeapContainerType = std::vector< NodePairType > |
|
using | NodeComparerType = std::greater< NodePairType > |
|
using | PriorityQueueType = std::priority_queue< NodePairType, HeapContainerType, NodeComparerType > |
|
| FastMarchingImageFilterBase () |
|
| ~FastMarchingImageFilterBase () override=default |
|
void | PrintSelf (std::ostream &os, Indent indent) const override |
|
void | GenerateOutputInformation () override |
|
void | EnlargeOutputRequestedRegion (DataObject *output) override |
|
IdentifierType | GetTotalNumberOfNodes () const override |
|
void | SetOutputValue (OutputImageType *oImage, const NodeType &iNode, const OutputPixelType &iValue) override |
|
const OutputPixelType | GetOutputValue (OutputImageType *oImage, const NodeType &iNode) const override |
|
unsigned char | GetLabelValueForGivenNode (const NodeType &iNode) const override |
|
void | SetLabelValueForGivenNode (const NodeType &iNode, const LabelType &iLabel) override |
|
void | UpdateNeighbors (OutputImageType *oImage, const NodeType &iNode) override |
|
void | UpdateValue (OutputImageType *oImage, const NodeType &iNode) override |
|
bool | CheckTopology (OutputImageType *oImage, const NodeType &iNode) override |
|
void | InitializeOutput (OutputImageType *oImage) override |
|
void | GetInternalNodesUsed (OutputImageType *oImage, const NodeType &iNode, InternalNodeStructureArray &ioNodesUsed) |
|
double | Solve (OutputImageType *oImage, const NodeType &iNode, InternalNodeStructureArray &iNeighbors) const |
|
void | InitializeIndices2D () |
|
bool | IsChangeWellComposed2D (const NodeType &) const |
|
bool | IsCriticalC1Configuration2D (const std::bitset< 9 > &) const |
|
bool | IsCriticalC2Configuration2D (const std::bitset< 9 > &) const |
|
bool | IsCriticalC3Configuration2D (const std::bitset< 9 > &) const |
|
bool | IsCriticalC4Configuration2D (const std::bitset< 9 > &) const |
|
void | InitializeIndices3D () |
|
bool | IsCriticalC1Configuration3D (const std::bitset< 8 > &) const |
|
unsigned int | IsCriticalC2Configuration3D (const std::bitset< 8 > &) const |
|
bool | IsChangeWellComposed3D (const NodeType &) const |
|
bool | DoesVoxelChangeViolateWellComposedness (const NodeType &) const |
|
bool | DoesVoxelChangeViolateStrictTopology (const NodeType &) const |
|
| FastMarchingBase () |
|
| ~FastMarchingBase () override=default |
|
virtual const OutputPixelType | GetOutputValue (OutputDomainType *oDomain, const NodeType &iNode) const =0 |
|
virtual void | SetOutputValue (OutputDomainType *oDomain, const NodeType &iNode, const OutputPixelType &iValue)=0 |
|
virtual void | UpdateNeighbors (OutputDomainType *oDomain, const NodeType &iNode)=0 |
|
virtual void | UpdateValue (OutputDomainType *oDomain, const NodeType &iNode)=0 |
|
virtual bool | CheckTopology (OutputDomainType *oDomain, const NodeType &iNode)=0 |
|
void | Initialize (OutputDomainType *oDomain) |
|
virtual void | InitializeOutput (OutputDomainType *oDomain)=0 |
|
void | GenerateData () override |
|
void | PrintSelf (std::ostream &os, Indent indent) const override |
|
OutputRegionType | m_BufferedRegion |
|
NodeType | m_StartIndex |
|
NodeType | m_LastIndex |
|
OutputRegionType | m_OutputRegion |
|
OutputPointType | m_OutputOrigin |
|
OutputSpacingType | m_OutputSpacing |
|
OutputDirectionType | m_OutputDirection |
|
bool | m_OverrideOutputInformation { false } |
|
LabelImagePointer | m_LabelImage |
|
ConnectedComponentImagePointer | m_ConnectedComponentImage |
|
Array< unsigned char > | m_RotationIndices [4] |
|
Array< unsigned char > | m_ReflectionIndices [2] |
|
Array< unsigned char > | m_C1Indices [12] |
|
Array< unsigned char > | m_C2Indices [8] |
|
const InputImageType * | m_InputCache |
|
StoppingCriterionPointer | m_StoppingCriterion |
|
double | m_SpeedConstant |
|
double | m_InverseSpeed |
|
double | m_NormalizationFactor |
|
OutputPixelType | m_TargetReachedValue |
|
OutputPixelType | m_LargeValue |
|
OutputPixelType | m_TopologyValue |
|
NodePairContainerPointer | m_TrialPoints |
|
NodePairContainerPointer | m_AlivePoints |
|
NodePairContainerPointer | m_ProcessedPoints |
|
NodePairContainerPointer | m_ForbiddenPoints |
|
bool | m_CollectPoints |
|
PriorityQueueType | m_Heap |
|
TopologyCheckEnum | m_TopologyCheck |
|
template<typename TInput, typename TOutput, typename TAuxValue, unsigned int VAuxDimension>
class itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >
Extend auxiliary variables smoothly using Fast Marching.
Fast marching can be used to extend auxiliary variables smoothly from the zero level set. Starting from an initial position on the front, this class simultaneously calculate the signed distance and extend a set of auxiliary values.
This class is templated over the level set image type, the auxiliary variable type and the number of auxiliary variables to extended. The initial front is specified by two containers: one containing the known points and one containing the trial points. The auxiliary variables on the front are represented by two auxiliary variable containers: one containing the value of the variables at the know points and on containing the value of the variables at the trail points.
Implementation of this class is based on Chapter 11 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.
For an alternative implementation, see itk::FastMarchingExtensionImageFilter.
- See also
- FastMarchingExtensionImageFilter
-
FastMarchingImageFilter
-
LevelSetTypeDefault
-
AuxVarTypeDefault
Definition at line 58 of file itkFastMarchingExtensionImageFilterBase.h.