Home
last modified time | relevance | path

Searched refs:geo_points (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/tests/
H A Dtest_rational_geo_adjust.cxx63 std::vector<vgl_point_3d<double> > geo_points; in test_rational_geo_adjust() local
64 geo_points.push_back(c0); geo_points.push_back(c1); in test_rational_geo_adjust()
65 geo_points.push_back(c2); geo_points.push_back(c3); in test_rational_geo_adjust()
66 geo_points.push_back(c4); geo_points.push_back(c5); in test_rational_geo_adjust()
67 geo_points.push_back(c6); geo_points.push_back(c7); in test_rational_geo_adjust()
68 geo_points.push_back(c8); in test_rational_geo_adjust()
89 vpgl_rational_geo_adjust::adjust(rcam, img_points, geo_points, adj_rcam); in test_rational_geo_adjust()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_rational_adjust.cxx87 std::vector<vgl_point_3d<double>> geo_points; in test_rational_adjust() local
88 geo_points.push_back(c0); in test_rational_adjust()
89 geo_points.push_back(c1); in test_rational_adjust()
90 geo_points.push_back(c2); in test_rational_adjust()
91 geo_points.push_back(c3); in test_rational_adjust()
92 geo_points.push_back(c4); in test_rational_adjust()
93 geo_points.push_back(c5); in test_rational_adjust()
94 geo_points.push_back(c6); in test_rational_adjust()
95 geo_points.push_back(c7); in test_rational_adjust()
96 geo_points.push_back(c8); in test_rational_adjust()
[all …]