18 #ifndef itkLogImageFilter_h
19 #define itkLogImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::log( static_cast< double >( A ) ) );
63 template<
typename TInputImage,
typename TOutputImage >
67 Functor::Log< typename TInputImage::PixelType,
68 typename TOutputImage::PixelType > >
74 TInputImage, TOutputImage,
88 #ifdef ITK_USE_CONCEPT_CHECKING
Computes the log() of each pixel.
void operator=(const Self &)
Base class for all process objects that output image data.
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Log< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
TOutput operator()(const TInput &A) const
bool operator!=(const Log &) const
SmartPointer< const Self > ConstPointer
virtual ~LogImageFilter()
Implements pixel-wise generic operation on one image.
bool operator==(const Log &other) const
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer