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

  /external/eigen/bench/
benchGeometry.cpp 103 run_vec(TV, float, Projective, AutoAlign, 4);
104 run_vec(TV, float, Projective, DontAlign, 4);
109 run_vec(TV, double, Projective, AutoAlign, 4);
110 run_vec(TV, double, Projective, DontAlign, 4);
123 run_trans(TV, float, Projective, AutoAlign);
124 run_trans(TV, float, Projective, DontAlign);
125 run_trans(TV, double, Projective, AutoAlign);
126 run_trans(TV, double, Projective, DontAlign);
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/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/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 397 /** Transformation is a general projective transformation stored as a (Dim+1)^2 matrix. */
398 Projective = 0x20
  /external/eigen/test/
geo_transformations.cpp 404 typedef Transform<Scalar,3,Projective,AutoAlign> Projective3a;
405 typedef Transform<Scalar,3,Projective,DontAlign> Projective3u;
434 typedef Transform<Scalar,Dim,Projective,Options> Proj;
464 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
465 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
474 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
475 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 147 milliseconds