HomeSort by relevance Sort by last modified time
    Searched refs:affine (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/ImageMagick/Magick++/lib/
Options.cpp 787 affine, local
788 current=_drawInfo->affine;
790 affine.sx=1.0;
791 affine.rx=0.0;
792 affine.ry=0.0;
793 affine.sy=1.0;
794 affine.tx=0.0;
795 affine.ty=0.0;
797 affine.tx=tx_;
798 affine.ty=ty_
821 affine, local
847 affine, local
871 affine, local
896 affine, local
    [all...]
  /external/ImageMagick/MagickCore/
annotate.c 351 annotate_info->affine.tx=geometry_info.xi-image->page.x;
352 annotate_info->affine.ty=geometry_info.psi-image->page.y;
362 offset.x=annotate_info->affine.tx+i*annotate_info->affine.ry*height;
363 offset.y=annotate_info->affine.ty+i*annotate_info->affine.sy*height;
368 offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
369 annotate_info->affine.ry*height+annotate_info->affine.ry*
371 offset.y=(geometry.height == 0 ? -1.0 : 1.0)*annotate_info->affine.ty+i
1162 affine; local
1178 affine; local
1193 affine; local
1209 affine; local
1270 affine; local
    [all...]
draw.c 270 clone_info->affine=draw_info->affine;
1677 affine, local
4573 affine; local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 21 bool DrawTexture(GLfloat *affine);
WarpRenderer.h 24 bool DrawTexture(GLfloat *affine);
WarpRenderer.cpp 108 bool WarpRenderer::DrawTexture(GLfloat *affine)
143 glUniformMatrix4fv(mAffinetransLoc, 1, GL_FALSE, affine);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 21 bool DrawTexture(GLfloat *affine);
WarpRenderer.h 24 bool DrawTexture(GLfloat *affine);
WarpRenderer.cpp 108 bool WarpRenderer::DrawTexture(GLfloat *affine)
143 glUniformMatrix4fv(mAffinetransLoc, 1, GL_FALSE, affine);
  /external/opencv3/modules/core/include/opencv2/core/
affine.hpp 57 /** @brief Affine transform
71 //! Augmented affine matrix
72 Affine3(const Mat4& affine);
110 //! a.rotate(R) is equivalent to Affine(R, 0) * a;
113 //! a.rotate(R) is equivalent to Affine(rvec, 0) * a;
116 //! a.translate(t) is equivalent to Affine(E, t) * a;
119 //! a.concatenate(affine) is equivalent to affine * a;
120 Affine3 concatenate(const Affine3& affine) const;
129 Affine3(const Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>& affine)
    [all...]
  /external/opencv3/modules/calib3d/test/
test_affine3.cpp 44 #include "opencv2/core/affine.hpp"
51 cv::Affine3d affine(rvec);
57 ASSERT_EQ(0, cvtest::norm(cv::Mat(affine.matrix, false).colRange(0, 3).rowRange(0, 3) != expected, cv::NORM_L2));
58 ASSERT_EQ(0, cvtest::norm(cv::Mat(affine.linear()) != expected, cv::NORM_L2));
  /external/ImageMagick/coders/
mvg.c 190 draw_info->affine.sx=image->resolution.x == 0.0 ? 1.0 : image->resolution.x/
192 draw_info->affine.sy=image->resolution.y == 0.0 ? 1.0 : image->resolution.y/
194 image->columns=(size_t) (draw_info->affine.sx*image->columns);
195 image->rows=(size_t) (draw_info->affine.sy*image->rows);
fpx.c 411 Read FPX image tile (with or without viewing affine)..
986 affine; local
    [all...]
svg.c 142 affine;
273 GetAffineMatrix(&svg_info->affine);
274 svg_info->scale[0]=ExpandAffine(&svg_info->affine);
140 affine; member in struct:_SVGInfo
1314 affine, local
1932 affine, local
3623 affine; local
    [all...]
msl.c 612 affine,
781 current=draw_info->affine;
782 GetAffineMatrix(&affine);
796 if (LocaleCompare(keyword,"affine") == 0)
802 draw_info->affine.sx=StringToDouble(p,&p);
805 draw_info->affine.rx=StringToDouble(p,&p);
808 draw_info->affine.ry=StringToDouble(p,&p);
811 draw_info->affine.sy=StringToDouble(p,&p);
814 draw_info->affine.tx=StringToDouble(p,&p);
817 draw_info->affine.ty=StringToDouble(p,&p)
606 affine, local
    [all...]
  /external/skia/tools/lua/
bitmap_statistics.lua 34 elseif matrixType.affine then
55 ", affine = ", num_affine_bitmaps,
  /external/opencv3/modules/shape/src/
aff_trans.cpp 219 Mat affine; local
220 estimateRigidTransform(shape1, shape2, fullAffine).convertTo(affine, CV_32F);
222 if (affine.empty())
223 affine=_localAffineEstimate(shape1, shape2, fullAffine); //In case there is not good solution, just give a LLS based one
225 affineMat = affine;
tps_trans.cpp 124 float affine=a1+ax*point.x+ay*point.y; local
134 out.x=affine+nonrigid;
138 out.y=affine+nonrigid;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tapify.py 39 affine = [[math.cos(theta),-math.sin(theta)],
45 r,c = numpy.dot(affine,[y-radius, x-radius])
64 r,c = numpy.dot(affine,[y-7.5, x-7.5])
  /external/ImageMagick/PerlMagick/
Magick.xs 289 {"encoding", StringReference}, {"affine", ArrayReference},
320 {"linewidth", RealReference}, {"affine", ArrayReference},
411 { "AffineTransform", { {"affine", ArrayReference},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 289 {"encoding", StringReference}, {"affine", ArrayReference},
320 {"linewidth", RealReference}, {"affine", ArrayReference},
411 { "AffineTransform", { {"affine", ArrayReference},
    [all...]
  /external/opencv3/modules/viz/src/
vizcore.cpp 280 Affine3d affine; local
281 bool ok = readPose(cv::format(files_format.c_str(), i), affine, tag);
285 traj.push_back(affine);
303 Affine3d affine; local
306 pose.copyTo(affine.matrix);
307 writePose(cv::format(files_format.c_str(), index), affine, tag); local
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.h 164 * appropriate buckets. If H is an affine transform and the "affine" parameter is set to 1 or 2,
229 * \param affine prewarp the 11x11 patches by given affine transform. 0 means no warping,
234 int *id_l,int *id_r,int *nr_matches,const double H[9]=0,int affine=0);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 164 * appropriate buckets. If H is an affine transform and the "affine" parameter is set to 1 or 2,
229 * \param affine prewarp the 11x11 patches by given affine transform. 0 means no warping,
234 int *id_l,int *id_r,int *nr_matches,const double H[9]=0,int affine=0);
  /external/ImageMagick/MagickWand/
drawing-wand.c 327 static void AdjustAffine(DrawingWand *wand,const AffineMatrix *affine)
333 if ((affine->sx != 1.0) || (affine->rx != 0.0) || (affine->ry != 0.0) ||
334 (affine->sy != 1.0) || (affine->tx != 0.0) || (affine->ty != 0.0))
339 current=CurrentContext->affine;
340 CurrentContext->affine.sx=affine->sx*current.sx+affine->ry*current.rx
4631 affine; local
    [all...]

Completed in 2644 milliseconds

1 2 3