/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_exa.h | 29 /* float[9] projective matrix bound to pictures */
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.h | 29 /* float[9] projective matrix bound to pictures */
|
/external/eigen/Eigen/src/Geometry/ |
Transform.h | 27 IsProjective = (int(Mode)==int(Projective)) 79 * - #Projective: the transformation is stored as a (Dim+1)^2 matrix 98 * Note that for a projective transformation the last row can be anything, 300 // Affine | AffineCompact | Isometry = Projective 301 EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Projective), Mode==int(Projective)), 329 // if OtherMode were Projective, the static assert above would already have caught it. 603 * and the HDim x Dim part for projective transformations. 605 inline Block<MatrixType,int(Mode)==int(Projective)?HDim:Dim,Dim> linearExt() 606 { return m_matrix.template block<int(Mode)==int(Projective)?HDim:Dim,Dim>(0,0); [all...] |
Homogeneous.h | 211 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> > 213 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
|
/external/eigen/bench/ |
geometry.cpp | 58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) 103 Transform<Scalar,3,Projective> proj3(mat34);
|
/external/eigen/test/ |
geo_transformations.cpp | 410 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a; 411 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u; 440 typedef Transform<Scalar,Dim,Projective,Options> Proj; 470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() )); 471 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() )); 480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() )); 481 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));
|
geo_homogeneous.cpp | 73 Transform<Scalar, Size, Projective> proj;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary, 36 \param H image projective (out) 53 \param H image projective (out)
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary, 36 \param H image projective (out) 53 \param H image projective (out)
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 34 Solve for projective H such that xp~Hx. Prior normalization is not necessary, 36 \param H image projective (out) 53 \param H image projective (out)
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/functions/ |
elementary.json | 181 "default": "projective limit",
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ltc_ecc_map.c | 27 Map a projective jacbobian point back to affine space
|
ltc_ecc_mulmod_timing.c | 34 @param map Boolean whether to map back to affine or not (1==map, 0 == leave in projective) 144 /* map R back from projective space */
|
ltc_ecc_mulmod.c | 36 @param map Boolean whether to map back to affine or not (1==map, 0 == leave in projective) 196 /* map R back from projective space */
|
/external/ceres-solver/internal/ceres/ |
autodiff_test.cc | 128 struct Projective { 158 // Test projective camera model projector. 165 Projective b; 184 ASSERT_TRUE((SymmetricDiff<Projective, double, 2, 12 + 4>(b, PX, del, 197 ASSERT_TRUE((AutoDiff<Projective, double, 12 + 4>::Differentiate( 212 ASSERT_TRUE((AutoDiff<Projective, double, 12, 4>::Differentiate( 249 // Convert the quaternion mapping all the way to projective matrix. 268 Projective p;
|
/external/eigen/unsupported/Eigen/ |
OpenGLSupport | 165 template<typename Scalar> void glMultMatrix(const Transform<Scalar,3,Projective>& t) { glMultMatrix(t.matrix()); } 173 template<typename Scalar> void glLoadMatrix(const Transform<Scalar,3,Projective>& t) { glLoadMatrix(t.matrix()); } 187 Transform<typename Derived::Scalar,3,Projective> tr(rot);
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
vp_motionmodel.h | 20 #description general motion model for tranlation/affine/projective 61 affine, and projective projective 3d and 3d view transforms. 199 /* Initialize without altering the 2d projective parameters */
|
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
vp_motionmodel.h | 20 #description general motion model for tranlation/affine/projective 61 affine, and projective projective 3d and 3d view transforms. 199 /* Initialize without altering the 2d projective parameters */
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
vp_motionmodel.h | 20 #description general motion model for tranlation/affine/projective 61 affine, and projective projective 3d and 3d view transforms. 199 /* Initialize without altering the 2d projective parameters */
|
/external/pixman/pixman/ |
pixman-linear-gradient.c | 49 /* projective transformation */ 189 /* projective transformation */
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec2_mult.c | 77 /* Compute the x-coordinate x/z for the point 2*(x/z) in Montgomery projective 110 * projective coordinates. 288 /* convert out of "projective" coordinates */
|
/external/eigen/doc/ |
A05_PortingFrom2To3.dox | 250 In Eigen 2, the Transform class didn't really know whether it was a projective or affine transformation. In Eigen 3, it takes a new \a Mode template parameter, which indicates whether it's \a Projective or \a Affine transform. There is no default value. 252 The Transform3f (etc) typedefs are no more. In Eigen 3, the Transform typedefs explicitly refer to the \a Projective and \a Affine modes:
|
C08_TutorialGeometry.dox | 9 In this tutorial, we will briefly introduce the many possibilities offered by the \ref Geometry_Module "geometry module", namely 2D and 3D rotations and projective or affine transformations. 19 - Projective or affine transformation matrices: see the Transform class. These are really matrices.
|
/external/openssl/crypto/ec/ |
ec2_mult.c | 77 /* Compute the x-coordinate x/z for the point 2*(x/z) in Montgomery projective 110 * projective coordinates. 288 /* convert out of "projective" coordinates */
|
/external/eigen/unsupported/test/ |
openglsupport.cpp | 163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom(); 175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom();
|