Home
last modified time | relevance | path

Searched refs:camera_centre (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_proj_rad_func.h43 vnl_vector_fixed<double, Tdim> const& camera_centre);
129 vnl_vector_fixed<double, Tdim> const& camera_centre );
H A Drgrl_est_proj_rad_func.hxx74 vnl_vector_fixed<double, Tdim> const& camera_centre ) in convert_parameters() argument
91 set_image_centre( camera_centre ); in convert_parameters()
459 vnl_vector_fixed<double, Tdim> const& camera_centre) in projective_estimate() argument
475 this->convert_parameters( p, proj, rad_dist, from_centre, to_centre, camera_centre ); in projective_estimate()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/tests/
H A Dtest_estimator.cxx1864 vnl_double_2 const& camera_centre) in test_homo2d_rad_points_on_circle() argument
1883 << " at camera centre " << camera_centre in test_homo2d_rad_points_on_circle()
1908 centre_mapped = mapped - camera_centre; in test_homo2d_rad_points_on_circle()
2175 vnl_double_2 camera_centre( 0.0, 0.0 ); in test_estimator() local
2176 std::cout << "using camera centre " << camera_centre << std::endl; in test_estimator()
2179 = new rgrl_est_homo2d_proj_rad( 1, camera_centre ); in test_estimator()
2185 test_homo2d_rad_points_on_circle( estimator, camera_centre ); in test_estimator()
2190 vnl_double_2 camera_centre( 5.0, 10.0 ); in test_estimator() local
2191 std::cout << "using camera centre " << camera_centre << std::endl; in test_estimator()
2194 = new rgrl_est_homo2d_proj_rad( 1, camera_centre ); in test_estimator()
[all …]