#include <itkThresholdSegmentationLevelSetImageFilter.h>
Inheritance diagram for itk::ThresholdSegmentationLevelSetImageFilter:
Public Types | |
typedef ThresholdSegmentationLevelSetImageFilter | Self |
typedef SegmentationLevelSetImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ValueType | ValueType |
typedef ThresholdSegmentationLevelSetFunction< TOutputImage > | ThresholdFunctionType |
Public Methods | |
virtual const char * | GetClassName () const |
void | SetUpperThreshold (ValueType v) |
void | SetLowerThreshold (ValueType v) |
ValueType | GetUpperThreshold () const |
ValueType | GetLowerThreshold () const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
~ThresholdSegmentationLevelSetImageFilter () | |
ThresholdSegmentationLevelSetImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
ThresholdSegmentationLevelSetImageFilter (const Self &) | |
void | operator= (const Self &) |
The second input is the feature image. This is the image from which the speed function will be calculated. For most applications, this is the image that you want to segment. The desired isosurface in your seed image should lie within the region of your feature image that you are trying to segment.Note that this filter does no preprocessing of the feature image before thresholding.
See SegmentationLevelSetImageFilter for more information on Inputs.
See SparseFieldLevelSetImageFilter and SegmentationLevelSetImageFilter for more information.
Definition at line 81 of file itkThresholdSegmentationLevelSetImageFilter.h.
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 89 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 88 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 86 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 87 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Type of the segmentation function Definition at line 95 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 92 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Definition at line 125 of file itkThresholdSegmentationLevelSetImageFilter.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
|
|
|
|
Run-time type information (and related methods). Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Get/Set the threshold values that will be used to calculate the speed function. Definition at line 118 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Get/Set the threshold values that will be used to calculate the speed function. Definition at line 114 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Method for creation through the object factory Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
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::SegmentationLevelSetImageFilter< TInputImage, TOutputImage >. |
|
Get/Set the threshold values that will be used to calculate the speed function. Definition at line 109 of file itkThresholdSegmentationLevelSetImageFilter.h. |
|
Get/Set the threshold values that will be used to calculate the speed function. Definition at line 104 of file itkThresholdSegmentationLevelSetImageFilter.h. |