Changeset 8348
- Timestamp:
- 06/19/12 12:45:45 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/branches/ImageMagick-6/tests/validate.c
r8284 r8348 648 648 fuzz+=DistortionEpsilon; 649 649 difference_image=CompareImageChannels(reference_image,reconstruct_image, 650 CompositeChannels, MeanSquaredErrorMetric,&distortion,exception);650 CompositeChannels,RootMeanSquaredErrorMetric,&distortion,exception); 651 651 reconstruct_image=DestroyImage(reconstruct_image); 652 652 reference_image=DestroyImage(reference_image); … … 864 864 fuzz+=DistortionEpsilon; 865 865 difference_image=CompareImageChannels(reference_image,reconstruct_image, 866 CompositeChannels, MeanSquaredErrorMetric,&distortion,exception);866 CompositeChannels,RootMeanSquaredErrorMetric,&distortion,exception); 867 867 reconstruct_image=DestroyImage(reconstruct_image); 868 868 reference_image=DestroyImage(reference_image); … … 1042 1042 */ 1043 1043 difference_image=CompareImageChannels(reference_image,reconstruct_image, 1044 CompositeChannels, MeanSquaredErrorMetric,&distortion,exception);1044 CompositeChannels,RootMeanSquaredErrorMetric,&distortion,exception); 1045 1045 reconstruct_image=DestroyImage(reconstruct_image); 1046 1046 reference_image=DestroyImage(reference_image);
Note: See TracChangeset
for help on using the changeset viewer.
