ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetNeighborhoodExtractor.h>
Locate pixels of a particular level set.
LevelSetNeighborhoodExtractor locates a particular level set in the input level set. Specifically, the method Locate() fills two containers: one containing pixels immediately inside the contour defined by the level set and the other containing pixels immediately outside. For each located pixel, an estimated distance to the particular level set is also calculated.
The containers InsidePoints and OutsidePoints can then be used in FastMarchingImageFilter to produce a signed distance map from the specified level set.
This class is templated over the image type representing the level set.
This class supports narrowbanding. If a input narrowband is provided, the alogrithm will only search pixels within the narrowband.
Implemenation of this class is based on Chapter 11 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.
Definition at line 57 of file itkLevelSetNeighborhoodExtractor.h.
typedef SmartPointer< const Self > itk::LevelSetNeighborhoodExtractor< TLevelSet >::ConstPointer |
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
Definition at line 65 of file itkLevelSetNeighborhoodExtractor.h.
typedef Index< itkGetStaticConstMacro(SetDimension) > itk::LevelSetNeighborhoodExtractor< TLevelSet >::IndexType |
Index typedef support.
Definition at line 88 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::LevelSetConstPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetConstPointer |
Definition at line 77 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::LevelSetImageType itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetImageType |
Definition at line 75 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::LevelSetPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetPointer |
Definition at line 76 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetTypeDefault< TLevelSet > itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetType |
LevelSetType typedef support.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
Definition at line 71 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::NodeContainer itk::LevelSetNeighborhoodExtractor< TLevelSet >::NodeContainer |
Definition at line 80 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::NodeContainerPointer |
Definition at line 81 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::NodeType itk::LevelSetNeighborhoodExtractor< TLevelSet >::NodeType |
Definition at line 79 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetType::PixelType itk::LevelSetNeighborhoodExtractor< TLevelSet >::PixelType |
Definition at line 78 of file itkLevelSetNeighborhoodExtractor.h.
typedef SmartPointer< Self > itk::LevelSetNeighborhoodExtractor< TLevelSet >::Pointer |
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
Definition at line 64 of file itkLevelSetNeighborhoodExtractor.h.
typedef LevelSetNeighborhoodExtractor itk::LevelSetNeighborhoodExtractor< TLevelSet >::Self |
Standard class typdedefs.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
Definition at line 62 of file itkLevelSetNeighborhoodExtractor.h.
typedef LightProcessObject itk::LevelSetNeighborhoodExtractor< TLevelSet >::Superclass |
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
Definition at line 63 of file itkLevelSetNeighborhoodExtractor.h.
itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetNeighborhoodExtractor | ( | ) | [protected] |
itk::LevelSetNeighborhoodExtractor< TLevelSet >::~LevelSetNeighborhoodExtractor | ( | ) | [inline, protected] |
Definition at line 139 of file itkLevelSetNeighborhoodExtractor.h.
itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetNeighborhoodExtractor | ( | const Self & | ) | [private] |
virtual double itk::LevelSetNeighborhoodExtractor< TLevelSet >::CalculateDistance | ( | IndexType & | index | ) | [protected, virtual] |
virtual::itk::LightObject::Pointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::CreateAnother | ( | void | ) | const [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::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::GenerateData | ( | void | ) | [protected, virtual] |
This method causes the filter to generate its output.
Reimplemented from itk::LightProcessObject.
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::GenerateDataFull | ( | ) | [private] |
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::GenerateDataNarrowBand | ( | ) | [private] |
virtual const LevelSetImageType* itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetInputLevelSet | ( | ) | [virtual] |
Get the input level set.
virtual NodeContainer* itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetInputNarrowBand | ( | ) | [virtual] |
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetInsidePoints | ( | ) | [inline] |
Get the container of inside points. The inside points are stored in a VectorContainer of LevelSetNodes.
Definition at line 125 of file itkLevelSetNeighborhoodExtractor.h.
LevelSetImageType::PixelType itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetLargeValue | ( | ) | const [inline, protected] |
Definition at line 142 of file itkLevelSetNeighborhoodExtractor.h.
bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetLastPointIsInside | ( | ) | const [inline, protected] |
Definition at line 154 of file itkLevelSetNeighborhoodExtractor.h.
virtual double itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetLevelSetValue | ( | ) | const [virtual] |
Get the value of the level set to be located.
virtual const char* itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
virtual bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNarrowBanding | ( | ) | const [virtual] |
Get the narrowbanding flag.
virtual double itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNarrowBandwidth | ( | ) | const [virtual] |
Get the narrow band width.
const NodeType& itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNodeUsedInCalculation | ( | unsigned int | idx | ) | const [inline, protected] |
Definition at line 145 of file itkLevelSetNeighborhoodExtractor.h.
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetOutsidePoints | ( | void | ) | [inline] |
Get the container of outside points. The outside points are stored in a VectorContainer of LevelSetNodes.
Definition at line 130 of file itkLevelSetNeighborhoodExtractor.h.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::Initialize | ( | ) | [protected, virtual] |
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::Locate | ( | ) |
Locate the level set. This method evokes the level set location algorithm.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::NarrowBandingOff | ( | ) | [virtual] |
Get the narrowbanding flag.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::NarrowBandingOn | ( | ) | [virtual] |
Get the narrowbanding flag.
static Pointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::operator= | ( | const Self & | ) | [private] |
This method causes the filter to generate its output.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
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::LightProcessObject.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetInputLevelSet | ( | const LevelSetImageType * | _arg | ) | [virtual] |
Set the input level set.
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetInputNarrowBand | ( | NodeContainer * | ptr | ) |
Set/Get the input narrowband. A narrowband is represented as a VectorContainer of LevelSetNodes.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetLevelSetValue | ( | double | _arg | ) | [virtual] |
Set the value of the level set to be located. Default is 0.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetNarrowBanding | ( | bool | _arg | ) | [virtual] |
Set the narrowbanding flag.
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetNarrowBandwidth | ( | double | _arg | ) | [virtual] |
Set the narrow band width. Default is 12.
SizeValueType itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_ImageSize[SetDimension] [private] |
Definition at line 175 of file itkLevelSetNeighborhoodExtractor.h.
LevelSetConstPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_InputLevelSet [private] |
Definition at line 169 of file itkLevelSetNeighborhoodExtractor.h.
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_InputNarrowBand [private] |
Definition at line 173 of file itkLevelSetNeighborhoodExtractor.h.
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_InsidePoints [private] |
Definition at line 166 of file itkLevelSetNeighborhoodExtractor.h.
LevelSetImageType::PixelType itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_LargeValue [private] |
Definition at line 176 of file itkLevelSetNeighborhoodExtractor.h.
bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_LastPointIsInside [private] |
Definition at line 180 of file itkLevelSetNeighborhoodExtractor.h.
double itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_LevelSetValue [private] |
Definition at line 164 of file itkLevelSetNeighborhoodExtractor.h.
bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_NarrowBanding [private] |
Definition at line 171 of file itkLevelSetNeighborhoodExtractor.h.
double itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_NarrowBandwidth [private] |
Definition at line 172 of file itkLevelSetNeighborhoodExtractor.h.
std::vector< NodeType > itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_NodesUsed [private] |
Definition at line 178 of file itkLevelSetNeighborhoodExtractor.h.
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_OutsidePoints [private] |
Definition at line 167 of file itkLevelSetNeighborhoodExtractor.h.
const unsigned int itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetDimension = LevelSetType::SetDimension [static] |
SetDimension enumeration.
Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.
Definition at line 85 of file itkLevelSetNeighborhoodExtractor.h.