Searched refs:Affine (Results 1 - 13 of 13) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DScaling.h59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
63 inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Scalar,Dim, Mode, Options>& t) const
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
157 inline Transform<Scalar,Dim,Affine>
160 Transform<Scalar,Dim,Affine> res;
H A DHyperplane.h214 * or a more generic #Affine transformation. The default is #Affine.
217 EIGEN_DEVICE_FUNC inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine) argument
219 if (traits==Affine)
237 * or a more generic #Affine transformation. The default is #Affine.
241 EIGEN_DEVICE_FUNC inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime,Affine,TrOptions>& t, argument
242 TransformTraits traits = Affine)
H A DRotationBase.h80 EIGEN_DEVICE_FUNC friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const Derived& r)
82 Transform<Scalar,Dim,Affine> res(r);
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
H A DTransform.h95 * - #Affine: the transformation is stored as a (Dim+1)^2 matrix,
151 * \b Affine \b Matrix A (Dim)x(Dim+1):
244 enum { TransformTimeDiagonalMode = ((Mode==int(Isometry))?Affine:int(Mode)) };
255 * If Mode==Affine, then the last row is set to [0 ... 0 1] */
259 internal::transform_make_affine<(int(Mode)==Affine) ? Affine : AffineCompact>::run(m_matrix);
325 // Affine | AffineCompact | Isometry = Projective
330 // Isometry = Affine | AffineCompact
331 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Affine)||OtherMode==int(AffineCompact), Mode!=int(Isometry)),
355 // So the only possibility is that OtherMode == Affine
[all...]
H A DTranslation.h43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
/external/eigen/Eigen/src/Core/util/
H A DConstants.h450 Affine = 0x2, enumerator in enum:Eigen::TransformTraits
452 AffineCompact = 0x10 | Affine,
/external/eigen/bench/
H A Dgeometry.cpp101 Transform<Scalar,3,Affine> aff3(mat34);
/external/eigen/test/
H A Dgeo_transformations.cpp388 VERIFY_IS_APPROX(t0.inverse(Affine).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));
527 typedef Transform<Scalar,Dim,Affine,Options> AffineType;
596 typedef Transform<Scalar,Dim,Affine,Options> Aff;
618 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
619 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() ));
629 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
630 CALL_SUBTEST_4(( non_projective_only<float,Affine,RowMajor>() ));
H A Dgeo_homogeneous.cpp76 Transform<Scalar, Size, Affine> aff;
/external/ImageMagick/www/api/
H A Ddistort.php120 <dd> Affine, Perspective, and Bilinear, do least squares fitting of the distrotion when more than the minimum number of control point pairs are provided. </dd>
122 <dd> Perspective, and Bilinear, fall back to a Affine distortion when less than 4 control point pairs are provided. While Affine distortions let you use any number of control point pairs, that is Zero pairs is a No-Op (viewport only) distortion, one pair is a translation and two pairs of control points do a scale-rotate-translate, without any shearing. </dd>
H A Dmagick-image.php1610 <dd> Affine, Perspective, and Bilinear, do least squares fitting of the distortion when more than the minimum number of control point pairs are provided. </dd>
1612 <dd> Perspective, and Bilinear, falls back to a Affine distortion when less that 4 control point pairs are provided. While Affine distortions let you use any number of control point pairs, that is Zero pairs is a no-Op (viewport only) distrotion, one pair is a translation and two pairs of control points do a scale-rotate-translate, without any shearing. </dd>
6990 <dd> Affine, Perspective, and Bilinear, will do least squares fitting of the distrotion when more than the minimum number of control point pairs are provided. </dd>
6992 <dd> Perspective, and Bilinear, will fall back to a Affine sparseion when less than 4 control point pairs are provided. While Affine sparseions will let you use any number of control point pairs, that is Zero pairs is a No-Op (viewport only) distrotion, one pair is a translation and two pairs of control points will do a scale-rotate-translate, without any shearing. </dd>
H A Ddrawing-wand.php145 <dd>Affine matrix parameters </dd>
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp159 Transform<float,3,Affine> af3(acf3);
171 Transform<double,3,Affine> ad3(acd3);

Completed in 274 milliseconds