ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkCannySegmentationLevelSetImageFilter.h>
Segments structures in images based on image features derived from pseudo-canny-edges.
Definition at line 132 of file itkCannySegmentationLevelSetImageFilter.h.
typedef SmartPointer< const Self > itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 141 of file itkCannySegmentationLevelSetImageFilter.h.
typedef Superclass::FeatureImageType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType |
Local image typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 146 of file itkCannySegmentationLevelSetImageFilter.h.
typedef Superclass::OutputImageType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType |
Output image type typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 145 of file itkCannySegmentationLevelSetImageFilter.h.
typedef SmartPointer< Self > itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 140 of file itkCannySegmentationLevelSetImageFilter.h.
typedef CannyFunctionType::ScalarValueType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ScalarValueType |
Definition at line 154 of file itkCannySegmentationLevelSetImageFilter.h.
typedef CannySegmentationLevelSetImageFilter itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 137 of file itkCannySegmentationLevelSetImageFilter.h.
typedef Superclass::SpeedImageType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SpeedImageType |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 148 of file itkCannySegmentationLevelSetImageFilter.h.
typedef SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 139 of file itkCannySegmentationLevelSetImageFilter.h.
typedef Superclass::ValueType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType |
Inherited typedef from the superclass.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 144 of file itkCannySegmentationLevelSetImageFilter.h.
typedef Superclass::VectorImageType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::VectorImageType |
The type used for the advection field
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 147 of file itkCannySegmentationLevelSetImageFilter.h.
itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::~CannySegmentationLevelSetImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 191 of file itkCannySegmentationLevelSetImageFilter.h.
itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CannySegmentationLevelSetImageFilter | ( | ) | [protected] |
End concept checking
itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CannySegmentationLevelSetImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::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::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.
OutputImageType* itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetCannyImage | ( | void | ) | [inline] |
Get the Canny image that was used to create the speed and advection images
Definition at line 180 of file itkCannySegmentationLevelSetImageFilter.h.
virtual const char* itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
ScalarValueType itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetThreshold | ( | ) | const [inline] |
Set the Threshold parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function.
Definition at line 166 of file itkCannySegmentationLevelSetImageFilter.h.
double itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetVariance | ( | ) | const [inline] |
Set the Variance parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function.
Definition at line 174 of file itkCannySegmentationLevelSetImageFilter.h.
static Pointer itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::New | ( | ) | [static] |
Method for creation through the object factory
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.
void itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::operator= | ( | const Self & | ) | [private] |
End concept checking
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
void itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetThreshold | ( | ScalarValueType | v | ) | [inline] |
Set the Threshold parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function.
Definition at line 164 of file itkCannySegmentationLevelSetImageFilter.h.
void itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::SetVariance | ( | double | v | ) | [inline] |
Set the Variance parameter of the CannyEdgeDetectionImageFilter used by the underlying level set function.
Definition at line 172 of file itkCannySegmentationLevelSetImageFilter.h.
itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::typedef | ( | Concept::HasNumericTraits< TOutputPixelType > | ) |
Begin concept checking This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TOutputPixelType > )
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
typedef::itk::CannySegmentationLevelSetFunction< OutputImageType, FeatureImageType > itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CannyFunctionType |
Type of the segmentation function
Definition at line 152 of file itkCannySegmentationLevelSetImageFilter.h.
CannyFunctionType::Pointer itk::CannySegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::m_CannyFunction [private] |
Definition at line 200 of file itkCannySegmentationLevelSetImageFilter.h.