#include <itkOrthogonalSwath2DPathFilter.h>
Inheritance diagram for itk::OrthogonalSwath2DPathFilter< TFourierSeriesPath, TSwathMeritImage >:
OrthogonalSwath2DPathFilter produces an OrthogonallyCorrected2DParametricPath representation of a path that is optimal with respect to an image and an original Fourier series path (sometimes referred to as an "initial contour"). Usage is a little complex. The input image must be preprocessed with ExtractOrthogonalSwath2DImageFilter (the user may want to smooth the image first). The user should then use the resulting swath image to produce a new "merit" swath image of the EXACT same size as the swath image produced in the preceeding step. Each pixel value in the merit swath image indicates the local merit of having the path pass through that swath index (taking the absolute value of the vertical partial-derivative of the swath image is often a good way to do this). Both the merit swath image and the path used to extract the swath image should then be passed as inputs to this filter which will search through the merit swath image using dynamic programming to find the absolutely optimum (in terms of the swath image) path. The test file itkOrthogonalSwath2DPathFilterTest.cxx provides a good usage example.
Definition at line 49 of file itkOrthogonalSwath2DPathFilter.h.
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 59 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 73 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 72 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 83 of file itkOrthogonalSwath2DPathFilter.h. |
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 70 of file itkOrthogonalSwath2DPathFilter.h. |
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 69 of file itkOrthogonalSwath2DPathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 68 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 84 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 81 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 79 of file itkOrthogonalSwath2DPathFilter.h. |
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 77 of file itkOrthogonalSwath2DPathFilter.h. |
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 76 of file itkOrthogonalSwath2DPathFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 75 of file itkOrthogonalSwath2DPathFilter.h. |
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 58 of file itkOrthogonalSwath2DPathFilter.h. |
|
Standard class typedefs. Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 55 of file itkOrthogonalSwath2DPathFilter.h. |
|
Definition at line 85 of file itkOrthogonalSwath2DPathFilter.h. |
|
Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. Definition at line 57 of file itkOrthogonalSwath2DPathFilter.h. |
|
|
|
|
|
This method causes the filter to generate its output. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. |
|
Method for creation through the object factory. Reimplemented from itk::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. |
|
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::PathAndImageToPathFilter< TFourierSeriesPath, TSwathMeritImage, OrthogonallyCorrected2DParametricPath >. |