18 #ifndef itkDeformationFieldJacobianDeterminantFilter_h
19 #define itkDeformationFieldJacobianDeterminantFilter_h
22 #include "vnl/vnl_matrix.h"
23 #include "vnl/vnl_det.h"
25 #ifndef ITKV3_COMPATIBILITY
26 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkDisplacementFieldJacobianDeterminantFilter.h in ITKv4"
77 template<
typename TInputImage,
78 typename TRealType = float,
79 typename TOutputImage = Image< TRealType,
80 TInputImage::ImageDimension >
113 TOutputImage::ImageDimension);
117 InputPixelType::Dimension);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkDeformationFieldJacobianDeterminantFilter.hxx"
Superclass::RadiusType RadiusType
Base class for all process objects that output image data.
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
Superclass::OutputImageRegionType OutputImageRegionType
A templated class holding a n-Dimensional vector.
Control indentation during Print() invocation.
Templated n-dimensional image class.
Computes a scalar image from a vector image (e.g., deformation field) input, where each output scalar...