/external/eigen/Eigen/src/Geometry/ |
H A D | Scaling.h | 59 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; 153 inline Transform<Scalar,Dim,Affine> 156 Transform<Scalar,Dim,Affine> res;
|
H A D | Hyperplane.h | 215 * or a more generic #Affine transformation. The default is #Affine. 218 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine) argument 220 if (traits==Affine) 235 * or a more generic #Affine transformation. The default is #Affine. 239 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime,Affine,TrOptions>& t, argument 240 TransformTraits traits = Affine)
|
H A D | RotationBase.h | 80 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 D | Transform.h | 78 * - #Affine: the transformation is stored as a (Dim+1)^2 matrix, 134 * \b Affine \b Matrix A (Dim)x(Dim+1): 220 enum { TransformTimeDiagonalMode = ((Mode==int(Isometry))?Affine:int(Mode)) }; 231 * If Mode==Affine, then the last row is set to [0 ... 0 1] */ 235 internal::transform_make_affine<(int(Mode)==Affine) ? Affine : AffineCompact>::run(m_matrix); 301 // Affine | AffineCompact | Isometry = Projective 306 // Isometry = Affine | AffineCompact 307 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Affine)||OtherMode==int(AffineCompact), Mode!=int(Isometry)), 331 // So the only possibility is that OtherMode == Affine [all...] |
H A D | Translation.h | 43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
|
/external/eigen/Eigen/src/Core/util/ |
H A D | Constants.h | 394 Affine = 0x2, enumerator in enum:Eigen::TransformTraits 396 AffineCompact = 0x10 | Affine,
|
/external/opencv3/modules/core/include/opencv2/core/ |
H A D | affine.hpp | 57 /** @brief Affine transform 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; 129 Affine3(const Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>& affine); 130 Affine3(const Eigen::Transform<T, 3, Eigen::Affine>& affine); 131 operator Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>() const; 132 operator Eigen::Transform<T, 3, Eigen::Affine>() const; 489 cv::Affine3<T>::Affine3(const Eigen::Transform<T, 3, Eigen::Affine, (Eigen::RowMajor)>& affine) 495 cv::Affine3<T>::Affine3(const Eigen::Transform<T, 3, Eigen::Affine> [all...] |
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
H A D | Hyperplane.h | 193 * or a more generic Affine transformation. The default is Affine. 196 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine) argument 198 if (traits==Affine) 213 * or a more generic Affine transformation. The default is Affine. 217 TransformTraits traits = Affine) 216 transform(const Transform<Scalar,AmbientDimAtCompileTime>& t, TransformTraits traits = Affine) argument
|
H A D | Transform.h | 245 inline const MatrixType inverse(TransformTraits traits = Affine) const; 694 * - Affine is the default, the last row is assumed to be [0 ... 0 1] 715 if (traits == Affine)
|
/external/eigen/bench/ |
H A D | geometry.cpp | 101 Transform<Scalar,3,Affine> aff3(mat34);
|
/external/eigen/test/ |
H A D | geo_transformations.cpp | 371 VERIFY_IS_APPROX(t0.inverse(Affine).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4)); 475 typedef Transform<Scalar,Dim,Affine,Options> Aff; 497 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() )); 498 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() )); 508 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() )); 509 CALL_SUBTEST_4(( non_projective_only<float,Affine,RowMajor>() ));
|
H A D | geo_homogeneous.cpp | 71 Transform<Scalar, Size, Affine> aff;
|
/external/ImageMagick/www/api/ |
H A D | distort.php | 120 <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 D | magick-image.php | 1610 <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 D | drawing-wand.php | 145 <dd>Affine matrix parameters </dd>
|
/external/eigen/unsupported/test/ |
H A D | openglsupport.cpp | 159 Transform<float,3,Affine> af3(acf3); 171 Transform<double,3,Affine> ad3(acd3);
|
/external/eigen/test/eigen2/ |
H A D | eigen2_geometry.cpp | 332 VERIFY_IS_APPROX(t0.inverse(Affine), t0.matrix().inverse());
|
H A D | eigen2_geometry_with_eigen2_prefix.cpp | 334 VERIFY_IS_APPROX(t0.inverse(Affine), t0.matrix().inverse());
|