Home
last modified time | relevance | path

Searched defs:img_pts (Results 1 – 10 of 10) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/
H A Dvpgl_rational_adjust.cxx19 std::vector<vgl_point_2d<double>> const & img_pts, in vpgl_adjust_lsqr()
79 std::vector<vgl_point_2d<double>> const & img_pts, in initial_offsets()
118 std::vector<vgl_point_2d<double>> img_pts, in adjust()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_gauss_fit.cxx27 sdet_adjust_lsqr( std::vector<vgl_point_3d<double> > img_pts, in sdet_adjust_lsqr()
129 static bool init(std::vector<vgl_point_3d<double> > img_pts, std::vector<double>& peak, in init()
230 vnl_vector<double> sdet_gauss_fit::adjust( const std::vector<vgl_point_3d<double> >& img_pts, in adjust()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/
H A Dbpgl_lon_lat_camera.hxx40 std::vector<vgl_homg_point_2d<double> > img_pts; in fit_geo_to_uv_map() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/pro/processes/
H A Dboxm2_cpp_compute_3d_points_and_covs_process.cxx83 …boxm2_data_base * img_pts = cache->get_data_base(scene,*id,boxm2_data_traits<BOXM2_POINT>::prefix… in boxm2_cpp_compute_3d_points_and_covs_process() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_3d_point_estimator_batch_functor.h156 …data(boxm2_data_base *output_pts, boxm2_data_base *output_covs, boxm2_data_base *img_pts, boxm2_da… in init_data()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/tests/
H A Dtest_3d_from_disparity.cxx91 std::vector<std::pair<size_t, size_t> > img_pts; in test_3d_from_disparity_perspective() local
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_generic_camera.hxx209 std::vector<vgl_point_2d<T> > img_pts; in refine_projection() local
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_usac.cpp338 cv::Mat img_pts, obj_pts, K1, K2; in TEST() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/pro/processes/
H A Dvolm_map_osm_process.cxx942 std::vector<std::pair<unsigned, unsigned> > img_pts; in volm_map_osm_onto_image_process2() local
1191 std::vector<std::pair<unsigned, unsigned> > img_pts; in volm_map_osm_onto_image_process3() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/algo/
H A Dimesh_project.cxx326 void imesh_projection_bounds(const std::vector<vgl_point_2d<double> >& img_pts, in imesh_projection_bounds()