18 #ifndef itkDivideByConstantImageFilter_h
19 #define itkDivideByConstantImageFilter_h
23 #ifndef ITKV3_COMPATIBILITY
24 #error "This file is only valid when ITKV3_COMPATIBILITY is turned on. Users are encouraged to convert to itkDisplacementFieldJacobianDeterminantFilter.h in ITKv4"
51 template <
typename TInputImage,
typename TConstant,
typename TOutputImage>
53 public DivideImageFilter<TInputImage, Image<TConstant, TInputImage::ImageDimension>, TOutputImage>
SmartPointer< Self > Pointer
DivideByConstantImageFilter()
DivideImageFilter< TInputImage, Image< TConstant, TInputImage::ImageDimension >, TOutputImage > Superclass
This class is deprecated. All features of this class have been incorporated into the DivideImageFilte...
Base class for all process objects that output image data.
SmartPointer< const Self > ConstPointer
DivideByConstantImageFilter Self
virtual ~DivideByConstantImageFilter()
Pixel-wise division of two images.