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

  /external/ceres-solver/examples/
libmv_homography.cc 70 typedef Eigen::Matrix<double, 3, 3> Mat3;
135 double SymmetricGeometricDistance(const Mat3 &H,
200 Mat3 *H,
253 typedef Eigen::Matrix<T, 3, 3> Mat3;
256 Mat3 H(homography_parameters);
283 Mat3 *H)
313 Mat3 *H_;
320 Mat3 *H) {
383 Mat3 homography_matrix;
401 Mat3 estimated_matrix
    [all...]
libmv_bundle_adjuster.cc 115 typedef Eigen::Matrix<double, 3, 3> Mat3;
139 Mat3 R;
335 Mat3 *matrix) {
  /external/opencv3/modules/core/include/opencv2/core/
affine.hpp 65 typedef Matx<float_type, 3, 3> Mat3;
75 Affine3(const Mat3& R, const Vec3& t = Vec3::all(0));
90 void rotation(const Mat3& R);
98 void linear(const Mat3& L);
101 Mat3 rotation() const;
102 Mat3 linear() const;
111 Affine3 rotate(const Mat3& R) const;
185 cv::Affine3<T>::Affine3(const Mat3& R, const Vec3& t)
236 void cv::Affine3<T>::rotation(const Mat3& R)
248 rotation(Mat3::eye())
    [all...]
  /external/deqp/framework/common/
tcuMatrix.hpp 496 typedef Matrix3f Mat3;
  /external/deqp/modules/gles2/scripts/
genutil.py 409 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
639 class Mat3(Mat):
  /external/deqp/modules/gles3/scripts/
genutil.py 501 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
786 class Mat3(Mat):
  /external/deqp/modules/gles31/scripts/
genutil.py 503 def toMat3(self): return Mat3(float(self.x), 0.0, 0.0, 0.0, float(self.y), 0.0, 0.0, 0.0, float(self.z));
788 class Mat3(Mat):

Completed in 405 milliseconds