18 #ifndef itkMutualInformationImageToImageMetric_h
19 #define itkMutualInformationImageToImageMetric_h
93 template <
typename TFixedImage,
typename TMovingImage>
134 static constexpr
unsigned int MovingImageDimension = MovingImageType::ImageDimension;
155 SetNumberOfSpatialSamples(
unsigned int num);
158 itkGetConstReferenceMacro(NumberOfSpatialSamples,
unsigned int);
165 itkSetClampMacro(MovingImageStandardDeviation,
169 itkGetConstReferenceMacro(MovingImageStandardDeviation,
double);
177 itkSetClampMacro(FixedImageStandardDeviation,
181 itkGetConstMacro(FixedImageStandardDeviation,
double);
195 PrintSelf(std::ostream & os,
Indent indent)
const override;
210 double FixedImageValue{ 0.0 };
211 double MovingImageValue{ 0.0 };
253 #ifndef ITK_MANUAL_INSTANTIATION
254 # include "itkMutualInformationImageToImageMetric.hxx"