#include <itkCropImageFilter.h>
Inheritance diagram for itk::CropImageFilter< TInputImage, TOutputImage >:
CropImageFilter changes the image boundary of an image by removing pixels outside the target region. The target region is not specified in advance, but calculated in BeforeThreadedGenerateData().
This filter uses ExtractImageFilter to perform the cropping.
Definition at line 38 of file itkCropImageFilter.h.
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 46 of file itkCropImageFilter.h. |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 64 of file itkCropImageFilter.h. |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 60 of file itkCropImageFilter.h. |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkCropImageFilter.h. |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 66 of file itkCropImageFilter.h. |
|
Typedef to describe the output and input image index and size types. Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 63 of file itkCropImageFilter.h. |
|
Typedef to describe the type of pixel. Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 59 of file itkCropImageFilter.h. |
|
Typedef to describe the output and input image region types. Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 55 of file itkCropImageFilter.h. |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 65 of file itkCropImageFilter.h. |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 45 of file itkCropImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 43 of file itkCropImageFilter.h. Referenced by itk::CropImageFilter< TInputImage, TOutputImage >::~CropImageFilter(). |
|
Definition at line 67 of file itkCropImageFilter.h. Referenced by itk::CropImageFilter< TInputImage, TOutputImage >::~CropImageFilter(). |
|
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. Definition at line 44 of file itkCropImageFilter.h. |
|
Definition at line 85 of file itkCropImageFilter.h. |
|
Definition at line 90 of file itkCropImageFilter.h. References itk::CropImageFilter< TInputImage, TOutputImage >::Self, and itk::CropImageFilter< TInputImage, TOutputImage >::SizeType. |
|
ExtractImageFilter can produce an image which is a different resolution than its input image. As such, ExtractImageFilter needs to provide an implementation for GenerateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.
Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the cropping sizes for the upper and lower boundaries. |
|
Run-time type information (and related methods). Reimplemented from itk::ExtractImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the cropping sizes for the upper and lower boundaries. |
|
ImageDimension constants |
|
ImageDimension constants |
|
Method for creation through the object factory. Reimplemented from itk::ExtractImageFilter< 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::ExtractImageFilter< TInputImage, TOutputImage >. |
|
Set/Get the cropping sizes for the upper and lower boundaries. |
|
Set/Get the cropping sizes for the upper and lower boundaries. |