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

  /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

Completed in 616 milliseconds