Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:distortion

63 %  them as a distortion metric and as a new image visually annotating their
115 " maximum distortion for (sub)image match",
141 " minimum distortion for (sub)image match",
219 distortion,
278 distortion=0.0;
956 difference_image=CompareImages(image,reconstruct_image,metric,&distortion,
963 &distortion,exception);
979 &distortion,exception);
991 &distortion,exception);
1009 &distortion,exception);
1040 (void) FormatLocaleFile(stderr,"%g (%g)",QuantumRange*distortion,
1041 (double) distortion);
1049 (void) FormatLocaleFile(stderr,"%g",distortion);
1054 (void) FormatLocaleFile(stderr,"%g (%g, %g)",distortion,
1078 (void) FormatLocaleFile(stderr," Channel distortion: %s\n",
1232 if (fabs(distortion-1.0) > CompareEpsilon)
1236 if (fabs(distortion) > CompareEpsilon)