Home | History | Annotate | Download | only in MagickWand

Lines Matching full:distortion

1828 %        double *distortion)
1838 % o distortion: the computed distortion between the images.
1842 const MagickWand *reference,const MetricType metric,double *distortion)
1858 compare_image=CompareImages(wand->images,reference->images,metric,distortion,
2684 % MagickDistortImage() distorts an image using various distortion methods, by
2689 % If 'bestfit' is enabled, and distortion allows it, the destination image is
2705 % o method: the method of image distortion.
2712 % style of image distortion.
2715 % distortion when more than the minimum number of control point pairs
2718 % Perspective, and Bilinear, falls back to a Affine distortion when less
2725 % o number_arguments: the number of arguments given for this distortion
2728 % o arguments: the arguments for this distortion method.
4692 % returns the specified distortion metric.
4698 % double *distortion)
4708 % o distortion: the computed distortion between the images.
4712 const MagickWand *reference,const MetricType metric,double *distortion)
4723 status=GetImageDistortion(wand->images,reference->images,metric,distortion,
4741 % image to a reconstructed image and returns the specified distortion metrics.
11249 % o similarity_threshold: minimum distortion for (sub)image match.