Home
last modified time | relevance | path

Searched refs:x_camera (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/multiview/
H A Deuclidean_resection_test.cc36 Mat2X *x_camera, in CreateCameraSystem() argument
47 *x_camera = x_unit_cam.block(0, 0, 2, num_points); in CreateCameraSystem()
142 Mat2X x_camera; in TEST() local
144 &x_camera, &X_world, &R_expected, &T_expected); in TEST()
149 EuclideanResection(x_camera, X_world, in TEST()
164 EuclideanResection(x_camera, X_world, in TEST()
190 Mat2X x_camera; in TEST() local
208 &x_camera, &X_world, &R_expected, &T_expected); in TEST()
214 EuclideanResection(x_camera, X_world, in TEST()
223 EuclideanResection(x_camera, X_world, in TEST()
H A Deuclidean_resection.cc38 bool EuclideanResection(const Mat2X &x_camera, in EuclideanResection() argument
67 Mat2X x_camera; in EuclideanResection() local
209 CHECK(x_camera.cols() == X_world.cols()); in EuclideanResectionAnsarDaniilidis()
210 CHECK(x_camera.cols() > 3); in EuclideanResectionAnsarDaniilidis()
212 int num_points = x_camera.cols(); in EuclideanResectionAnsarDaniilidis()
443 CHECK(x_camera.cols() > 3); in EuclideanResectionEPnP()
463 double ui = x_camera(0, c); in EuclideanResectionEPnP()
464 double vi = x_camera(1, c); in EuclideanResectionEPnP()
719 int n = x_camera.cols(); in EuclideanResectionPPnP()
726 P.col(0) = x_camera.row(0); in EuclideanResectionPPnP()
[all …]
H A Deuclidean_resection.h53 bool EuclideanResection(const Mat2X &x_camera,
105 void EuclideanResectionAnsarDaniilidis(const Mat2X &x_camera,
123 bool EuclideanResectionEPnP(const Mat2X &x_camera,
140 bool EuclideanResectionPPnP(const Mat2X &x_camera,
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/simple_pipeline/
H A Dresect_test.cc32 Mat2X *x_camera,
43 *x_camera = x_unit_cam.block(0, 0, 2, num_points);
138 Mat2X x_camera;
140 &x_camera, &X_world, &R_expected, &T_expected);
145 EuclideanResection(x_camera, X_world,
160 EuclideanResection(x_camera, X_world,
186 Mat2X x_camera;
204 &x_camera, &X_world, &R_expected, &T_expected);
210 EuclideanResection(x_camera, X_world,
219 EuclideanResection(x_camera, X_world,
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/libmv_light/libmv/multiview/
H A Deuclidean_resection.cc38 bool EuclideanResection(const Mat2X &x_camera, in EuclideanResection() argument
67 Mat2X x_camera; in EuclideanResection() local
209 CHECK(x_camera.cols() == X_world.cols()); in EuclideanResectionAnsarDaniilidis()
210 CHECK(x_camera.cols() > 3); in EuclideanResectionAnsarDaniilidis()
212 int num_points = x_camera.cols(); in EuclideanResectionAnsarDaniilidis()
443 CHECK(x_camera.cols() > 3); in EuclideanResectionEPnP()
463 double ui = x_camera(0, c); in EuclideanResectionEPnP()
464 double vi = x_camera(1, c); in EuclideanResectionEPnP()
719 int n = x_camera.cols(); in EuclideanResectionPPnP()
726 P.col(0) = x_camera.row(0); in EuclideanResectionPPnP()
[all …]
H A Deuclidean_resection.h53 bool EuclideanResection(const Mat2X &x_camera,
105 void EuclideanResectionAnsarDaniilidis(const Mat2X &x_camera,
123 bool EuclideanResectionEPnP(const Mat2X &x_camera,
140 bool EuclideanResectionPPnP(const Mat2X &x_camera,