Changeset 8348


Ignore:
Timestamp:
06/19/12 12:45:45 (12 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6/tests/validate.c

    r8284 r8348  
    648648      fuzz+=DistortionEpsilon; 
    649649      difference_image=CompareImageChannels(reference_image,reconstruct_image, 
    650         CompositeChannels,MeanSquaredErrorMetric,&distortion,exception); 
     650        CompositeChannels,RootMeanSquaredErrorMetric,&distortion,exception); 
    651651      reconstruct_image=DestroyImage(reconstruct_image); 
    652652      reference_image=DestroyImage(reference_image); 
     
    864864      fuzz+=DistortionEpsilon; 
    865865      difference_image=CompareImageChannels(reference_image,reconstruct_image, 
    866         CompositeChannels,MeanSquaredErrorMetric,&distortion,exception); 
     866        CompositeChannels,RootMeanSquaredErrorMetric,&distortion,exception); 
    867867      reconstruct_image=DestroyImage(reconstruct_image); 
    868868      reference_image=DestroyImage(reference_image); 
     
    10421042      */ 
    10431043      difference_image=CompareImageChannels(reference_image,reconstruct_image, 
    1044         CompositeChannels,MeanSquaredErrorMetric,&distortion,exception); 
     1044        CompositeChannels,RootMeanSquaredErrorMetric,&distortion,exception); 
    10451045      reconstruct_image=DestroyImage(reconstruct_image); 
    10461046      reference_image=DestroyImage(reference_image); 
Note: See TracChangeset for help on using the changeset viewer.