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

  /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/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/Eigen/src/Core/util/
Constants.h 390 /** Transformation is a general projective transformation stored as a (Dim+1)^2 matrix. */
391 Projective = 0x20
  /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;
  /external/eigen/unsupported/test/
openglsupport.cpp 163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom();
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom();
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 692 * - Projective if the transformation is not necessarily affine, i.e., if the
708 if (traits == Projective)

Completed in 136 milliseconds