#include <itkHybridFilter.h>
Inheritance diagram for itk::HybridFilter:
Public Types | |
typedef HybridFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef BalloonForceFilter< TInputMesh, TOutputMesh > | BalloonForceFilterType |
typedef GibbsPriorFilter< TInputImage, TOutputImage > | GibbsPriorFilterType |
typedef BalloonForceFilterType::Pointer | BalloonForceFilterPointer |
typedef GibbsPriorFilterType::Pointer | GibbsPriorFilterPointer |
typedef ImageRegionIteratorWithIndex< TOutputImage > | OutputImageIterator |
Public Methods | |
itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
void | SetPotential (void) |
void | SetObjectRegion (void) |
void | SetBalloonForceFilter (BalloonForceFilterPointer bffilter) |
void | SetGibbsPriorFilter (GibbsPriorFilterPointer gpfilter) |
void | Advance () |
void | SetGibbsInput () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
HybridFilter () | |
virtual | ~HybridFilter () |
virtual void | GenerateData () |
This filter is implemented using the recursive gaussian filters
Definition at line 39 of file itkHybridFilter.h.
|
Pointer to a balloon force filter. Definition at line 60 of file itkHybridFilter.h. |
|
Smoothing filter type. Definition at line 54 of file itkHybridFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 48 of file itkHybridFilter.h. |
|
Pointer to a gibbs prior filter. Definition at line 63 of file itkHybridFilter.h. |
|
Derivative along one dimension filter type. Definition at line 57 of file itkHybridFilter.h. |
|
Iterator type. Definition at line 66 of file itkHybridFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 47 of file itkHybridFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 45 of file itkHybridFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 46 of file itkHybridFilter.h. |
|
|
|
Definition at line 92 of file itkHybridFilter.h. References HardConnectedComponentImageFilter::GenerateData(). |
|
Algorithm specific methods. |
|
Generate data. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Image dimension. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Set the balloon force filter and gibbs prior filter |
|
Algorithm specific methods. |
|
Set the balloon force filter and gibbs prior filter |
|
Sent object region labelled by the deformable model to the gibbs prior model for parameter update |
|
Set potential of the balloon force filter using the output of gibbs prior filter |