fuzz+=0.3;
fuzz+=DistortionEpsilon;
difference_image=CompareImages(reference_image,reconstruct_image,
- MeanSquaredErrorMetric,&distortion,exception);
+ RootMeanSquaredErrorMetric,&distortion,exception);
reconstruct_image=DestroyImage(reconstruct_image);
reference_image=DestroyImage(reference_image);
if (difference_image == (Image *) NULL)
fuzz+=0.3;
fuzz+=DistortionEpsilon;
difference_image=CompareImages(reference_image,reconstruct_image,
- MeanSquaredErrorMetric,&distortion,exception);
+ RootMeanSquaredErrorMetric,&distortion,exception);
reconstruct_image=DestroyImage(reconstruct_image);
reference_image=DestroyImage(reference_image);
if (difference_image == (Image *) NULL)
Compare reference to reconstruct image.
*/
difference_image=CompareImages(reference_image,reconstruct_image,
- MeanSquaredErrorMetric,&distortion,exception);
+ RootMeanSquaredErrorMetric,&distortion,exception);
reconstruct_image=DestroyImage(reconstruct_image);
reference_image=DestroyImage(reference_image);
if (difference_image == (Image *) NULL)