HomeSort by relevance Sort by last modified time
    Searched refs:distort (Results 1 - 6 of 6) sorted by null

  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 383 distort = np.array(props_physical[i]['android.lens.distortion'])
384 assert len(distort) == 5, 'distortion has wrong # of params.'
385 cv2_distort = np.array([distort[0], distort[1],
386 distort[3], distort[4],
387 distort[2]])
  /external/freetype/src/autofit/
afwarp.c 140 AF_WarpScore distort = base_distort + ( idx - idx0 ); local
145 distort < warper->best_distort ) )
148 warper->best_distort = distort;
  /external/ImageMagick/MagickCore/
distort.c 51 #include "MagickCore/distort.h"
291 distort[6];
305 distort[0]=affine_matrix->sx;
306 distort[1]=affine_matrix->rx;
307 distort[2]=affine_matrix->ry;
308 distort[3]=affine_matrix->sy;
309 distort[4]=affine_matrix->tx;
310 distort[5]=affine_matrix->ty;
311 deskew_image=DistortImage(image,AffineProjectionDistortion,6,distort,
350 % 0: 2 dimensional mapping of control points (Distort)
288 distort[6]; local
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h     [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 299 // Distort image. distorts an image using various distortion methods, by
324 image_.distort( _method, _number_arguments, _arguments, _bestfit );
    [all...]
Image.cpp 2772 void Magick::Image::distort(const DistortMethod method_, function in class:Magick::Image
    [all...]

Completed in 110 milliseconds