template<class TInput, class TOutput>
class itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >
Generates the upwind gradient field of fast marching arrival times.
This filter adds some extra functionality to its base class. While the solution T(x) of the Eikonal equation is being generated by the base class with the fast marching method, the filter generates the upwind gradient vectors of T(x), storing them in an image.
Since the Eikonal equation generates the arrival times of a wave travelling at a given speed, the generated gradient vectors can be interpreted as the slowness (1/velocity) vectors of the front (the quantity inside the modulus operator in the Eikonal equation).
Gradient vectors are computed using upwind finite differences, that is, information only propagates from points where the wavefront has already passed. This is consistent with how the fast marching method works.
- Author
- Luca Antiga Ph.D. Biomedical Technologies Laboratory, Bioengineering Department, Mario Negri Institute, Italy.
Definition at line 50 of file itkFastMarchingUpwindGradientImageFilterBase.h.
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef GradientImageType::Pointer | GradientImagePointer |
|
typedef Image
< GradientPixelType,
ImageDimension > | GradientImageType |
|
typedef CovariantVector
< OutputPixelType,
ImageDimension > | GradientPixelType |
|
typedef Superclass::NodeType | NodeType |
|
typedef Superclass::OutputImageType | OutputImageType |
|
typedef Superclass::OutputPixelType | OutputPixelType |
|
typedef
Superclass::OutputSpacingType | OutputSpacingType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef
FastMarchingUpwindGradientImageFilterBase | Self |
|
typedef
FastMarchingImageFilterBase
< TInput, TOutput > | Superclass |
|
typedef Superclass::Traits | Traits |
|
typedef
ConnectedComponentImageType::Pointer | ConnectedComponentImagePointer |
|
typedef Image< unsigned int,
ImageDimension > | ConnectedComponentImageType |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
Superclass::InputDomainPointer | InputImagePointer |
|
typedef Superclass::InputDomainType | InputImageType |
|
typedef Superclass::InputPixelType | InputPixelType |
|
typedef LabelImageType::Pointer | LabelImagePointer |
|
typedef Image< unsigned char,
ImageDimension > | LabelImageType |
|
typedef Superclass::LabelType | LabelType |
|
typedef NeighborhoodIterator
< LabelImageType > | NeighborhoodIteratorType |
|
typedef
NeighborhoodIteratorType::RadiusType | NeighborhoodRadiusType |
|
typedef
Traits::NodePairContainerConstIterator | NodePairContainerConstIterator |
|
typedef
Traits::NodePairContainerPointer | NodePairContainerPointer |
|
typedef
Traits::NodePairContainerType | NodePairContainerType |
|
typedef Traits::NodePairType | NodePairType |
|
typedef Traits::NodeType | NodeType |
|
typedef
OutputImageType::DirectionType | OutputDirectionType |
|
typedef
Superclass::OutputDomainPointer | OutputImagePointer |
|
typedef
Superclass::OutputDomainType | OutputImageType |
|
typedef Superclass::OutputPixelType | OutputPixelType |
|
typedef OutputImageType::PointType | OutputPointType |
|
typedef OutputImageType::RegionType | OutputRegionType |
|
typedef OutputImageType::SizeType | OutputSizeType |
|
typedef
OutputImageType::SpacingType | OutputSpacingType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef FastMarchingImageFilterBase | Self |
|
typedef FastMarchingBase
< TInput, TOutput > | Superclass |
|
typedef Superclass::Traits | Traits |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef Traits::InputDomainPointer | InputDomainPointer |
|
typedef Traits::InputDomainType | InputDomainType |
|
typedef Traits::InputPixelType | InputPixelType |
|
typedef Traits::LabelType | LabelType |
|
typedef
Traits::NodePairContainerConstIterator | NodePairContainerConstIterator |
|
typedef
Traits::NodePairContainerPointer | NodePairContainerPointer |
|
typedef
Traits::NodePairContainerType | NodePairContainerType |
|
typedef Traits::NodePairType | NodePairType |
|
typedef Traits::NodeType | NodeType |
|
typedef Traits::OutputDomainPointer | OutputDomainPointer |
|
typedef Traits::OutputDomainType | OutputDomainType |
|
typedef Traits::OutputPixelType | OutputPixelType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef FastMarchingBase | Self |
|
typedef
StoppingCriterionType::Pointer | StoppingCriterionPointer |
|
typedef
FastMarchingStoppingCriterionBase
< TInput, TOutput > | StoppingCriterionType |
|
typedef SuperclassType | Superclass |
|
typedef Traits::SuperclassType | SuperclassType |
|
enum | TopologyCheckType {
Nothing = 0,
NoHandles,
Strict
} |
|
typedef FastMarchingTraits
< TInput, TOutput > | Traits |
|
|
virtual void | ComputeGradient (OutputImageType *oImage, const NodeType &iNode) |
|
| FastMarchingUpwindGradientImageFilterBase () |
|
virtual void | InitializeOutput (OutputImageType *oImage) |
|
void | PrintSelf (std::ostream &os, Indent indent) const |
|
virtual void | UpdateNeighbors (OutputImageType *oImage, const NodeType &iNode) |
|
| ~FastMarchingUpwindGradientImageFilterBase () |
|
bool | DoesVoxelChangeViolateStrictTopology (const NodeType &) const |
|
bool | DoesVoxelChangeViolateWellComposedness (const NodeType &) const |
|
virtual void | EnlargeOutputRequestedRegion (DataObject *output) |
|
| FastMarchingImageFilterBase () |
|
virtual void | GenerateOutputInformation () |
|
void | GetInternalNodesUsed (OutputImageType *oImage, const NodeType &iNode, std::vector< InternalNodeStructure > &ioNodesUsed) |
|
unsigned char | GetLabelValueForGivenNode (const NodeType &iNode) const |
|
const OutputPixelType | GetOutputValue (OutputImageType *oImage, const NodeType &iNode) const |
|
IdentifierType | GetTotalNumberOfNodes () const |
|
void | InitializeIndices2D () |
|
void | InitializeIndices3D () |
|
bool | IsChangeWellComposed2D (const NodeType &) const |
|
bool | IsChangeWellComposed3D (const NodeType &) const |
|
bool | IsCriticalC1Configuration2D (const std::vector< bool > &) const |
|
bool | IsCriticalC1Configuration3D (const std::vector< bool > &) const |
|
bool | IsCriticalC2Configuration2D (const std::vector< bool > &) const |
|
unsigned int | IsCriticalC2Configuration3D (const std::vector< bool > &) const |
|
bool | IsCriticalC3Configuration2D (const std::vector< bool > &) const |
|
bool | IsCriticalC4Configuration2D (const std::vector< bool > &) const |
|
void | SetLabelValueForGivenNode (const NodeType &iNode, const LabelType &iLabel) |
|
void | SetOutputValue (OutputImageType *oDomain, const NodeType &iNode, const OutputPixelType &iValue) |
|
double | Solve (OutputImageType *oImage, const NodeType &iNode, std::vector< InternalNodeStructure > &ioNeighbors) const |
|
virtual void | UpdateNeighbors (OutputImageType *oImage, const NodeType &iNode) |
|
virtual void | UpdateValue (OutputImageType *oImage, const NodeType &iValue) |
|
virtual | ~FastMarchingImageFilterBase () |
|
bool | CheckTopology (OutputImageType *oImage, const NodeType &iNode) |
|
void | InitializeOutput (OutputImageType *oImage) |
|
| FastMarchingBase () |
|
void | GenerateData () |
|
void | Initialize (OutputDomainType *oDomain) |
|
void | PrintSelf (std::ostream &os, Indent indent) const |
|
virtual | ~FastMarchingBase () |
|