OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
390
/** Transformation is a general
projective
transformation stored as a (Dim+1)^2 matrix. */
391
Projective
= 0x20
Completed in 5403 milliseconds