#include <itkDeformationFieldJacobianDeterminantFilter.h>
Inheritance diagram for itk::DeformationFieldJacobianDeterminantFilter< TInputImage, TRealType, TOutputImage >:
The third template parameter is the output image type. The third parameter will be automatically constructed from the first and second parameters, so it is not necessary (or advisable) to set this parameter explicitly. Given an M-channel input image with dimensionality N, and a numerical type specified as TRealType, the output image will be of type itk::Image<TRealType, N>.
The template parameter TRealType must be floating point (float or double) or a user-defined "real" numerical type with arithmetic operations defined sufficient to compute derivatives.
Definition at line 110 of file itkDeformationFieldJacobianDeterminantFilter.h.
|
Type of the iterator that will be used to move through the image. Also the type which will be passed to the evaluate function Definition at line 153 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 118 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Definition at line 219 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 134 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Image typedef support Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 132 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Definition at line 129 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 135 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 157 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 133 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Extract some information from the image types. Dimensionality of the two images is assumed to be the same. Definition at line 128 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 117 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Definition at line 154 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Define the data type and the vector of data type used in calculations. Definition at line 146 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Definition at line 148 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Definition at line 147 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 115 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 116 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
|
|
Definition at line 195 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Do any necessary casting/copying of the input data. Input pixel types whose value types are not real number types must be cast to real number types. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Definition at line 231 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
DeformationFieldJacobianDeterminantFilter needs a larger input requested region than the output requested region (larger by the kernel size to calculate derivatives). As such, DeformationFieldJacobianDeterminantFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Run-time type information (and related methods) Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Directly Set/Get the array of weights used in the gradient calculations. Note that calling UseImageSpacingOn will clobber these values. |
|
Get/Set the neighborhood radius used for gradient computation |
|
Get access to the input image casted as real pixel values |
|
Set/Get whether or not the filter will use the spacing of the input image in its calculations |
|
Length of the vector pixel type of the input image. |
|
The dimensionality of the input and output images. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Directly Set/Get the array of weights used in the gradient calculations. Note that calling UseImageSpacingOn will clobber these values. |
|
Get/Set the neighborhood radius used for gradient computation |
|
Set/Get whether or not the filter will use the spacing of the input image in its calculations |
|
Reset the derivative weights to ignore image spacing. Use this option if you want to calculate the Jacobian determinant in the image space. Default is ImageSpacingOff. Definition at line 178 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
Set the derivative weights according to the spacing of the input image (1/spacing). Use this option if you want to calculate the Jacobian determinant in the space in which the data was acquired. Definition at line 172 of file itkDeformationFieldJacobianDeterminantFilter.h. |
|
DeformationFieldJacobianDeterminantFilter can be implemented as a multithreaded filter (we're only using vnl_det(), which is trivially thread safe). Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >. |
|
The weights used to scale partial derivatives during processing Definition at line 249 of file itkDeformationFieldJacobianDeterminantFilter.h. |