#include <itkExtractOrthogonalSwath2DImageFilter.h>
Inheritance diagram for itk::ExtractOrthogonalSwath2DImageFilter< TImage >:
Extracts a rectangular "swath" image from the 2D input image by interpolating image pixels orthogonal to the parametric path while walking along the path. The top half of the swath image corresponds to pixels to the left of the path when walking along the path, and the bottom half of the swath image likewise corresponds to pixels to the right of the path when walking along the path. The center row of the swath image corresponds to pixels laying directly on the path. The input and output images must be of the same type.
Definition at line 41 of file itkExtractOrthogonalSwath2DImageFilter.h.
|
Reimplemented from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. Definition at line 49 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 60 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 62 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 63 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 59 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 61 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Some convenient typedefs. Definition at line 58 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 65 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 69 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 68 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 66 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 70 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 67 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 64 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 71 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Reimplemented from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. Definition at line 48 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. Definition at line 46 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 72 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Reimplemented from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. Definition at line 47 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 122 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Definition at line 130 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
Request the largest possible region on all outputs. Reimplemented from itk::ProcessObject. Definition at line 113 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Request the largest possible region on all inputs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 140 of file itkExtractOrthogonalSwath2DImageFilter.h. |
|
GenerateOutputInformation does not rely on input information Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. |
|
The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.
|
|
Spacing (size of a pixel) of the output image. The spacing is normally the geometric distance between image samples, but in the case of a swath image it is meaningless since the size of each pixel varies depending on the curvature of the input path. It is stored internally as double, but may be set from float.
|
|
ImageDimension constants |
|
ImageDimension constants |
|
Method for creation through the object factory. Reimplemented from itk::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. |
|
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::ImageAndPathToImageFilter< TImage, ParametricPath< 2 >, TImage >. |
|
Set the default pixel value of the swath image, to be used if the swath extends past the edge of the input image data. |
|
The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.
|
|
The origin of the output image. The origin is the geometric coordinates of the index (0,0,...,0). It is stored internally as double but may be set from float.
|
|
Set the size of the swath image. The # of rows (size[1]) MUST be odd |
|
Spacing (size of a pixel) of the output image. The spacing is normally the geometric distance between image samples, but in the case of a swath image it is meaningless since the size of each pixel varies depending on the curvature of the input path. It is stored internally as double, but may be set from float.
|
|
Spacing (size of a pixel) of the output image. The spacing is normally the geometric distance between image samples, but in the case of a swath image it is meaningless since the size of each pixel varies depending on the curvature of the input path. It is stored internally as double, but may be set from float.
|