Home
last modified time | relevance | path

Searched refs:cam0 (Results 1 – 25 of 47) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bsgm/
H A Dbsgm_prob_pairwise_dsm.h156 set_images_and_cams(view0, cam0, view1, cam1); in bsgm_prob_pairwise_dsm()
162 bsgm_prob_pairwise_dsm(vil_image_resource_sptr const& resc0, CAM_T const& cam0, in bsgm_prob_pairwise_dsm() argument
165 set_images_and_cams(resc0, cam0, resc1, cam1); in bsgm_prob_pairwise_dsm()
171 bsgm_prob_pairwise_dsm(vil_image_view<PIX_T> const& view0, CAM_T const& cam0, in bsgm_prob_pairwise_dsm() argument
174 set_images_and_cams(view0, cam0, view1, cam1); in bsgm_prob_pairwise_dsm()
187 this->set_cameras(cam0, cam1); in set_images_and_cams()
196 this->set_cameras(cam0, cam1); in set_images_and_cams()
203 this->set_cameras(cam0, cam1); in set_images_and_cams()
206 void set_cameras(CAM_T const& cam0, CAM_T const& cam1) in set_cameras() argument
208 rip_.set_cameras(cam0, cam1); in set_cameras()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/breg3d/pro/
H A Dbreg3d_init_ekf_camera_optimizer_planar_process.cxx80 vpgl_perspective_camera<double> *cam0; in execute() local
81 if (!(cam0 = dynamic_cast<vpgl_perspective_camera<double>*>(input0->value().ptr()))) { in execute()
123 …auto *cam1 = new vpgl_perspective_camera<double>(cam0->get_calibration(),cam0->get_camera_center()… in execute()
130 …breg3d_ekf_camera_optimizer_state init_state(t_scale,cam0->camera_center(),cam0->get_rotation(),po… in execute()
H A Dbreg3d_init_ekf_camera_optimizer_process.cxx50 vpgl_perspective_camera<double> *cam0; in execute() local
51 if (!(cam0 = dynamic_cast<vpgl_perspective_camera<double>*>(input0->value().ptr()))) { in execute()
71 …breg3d_ekf_camera_optimizer_state init_state(t_scale,cam0->camera_center(),cam0->get_rotation(),po… in execute()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/
H A Dbpgl_rectify_image_pair.h71 void set_cameras(CAMT const& cam0, CAMT const& cam1) in set_cameras() argument
73 cam0_ = cam0; in set_cameras()
90 const CAMT& cam0() const {return cam0_;} in cam0() function
144 CAMT& cam0, CAMT& cam1,
150 this->set_cameras(cam0, cam1);
155 CAMT& cam0, CAMT& cam1,
161 this->set_cameras(cam0, cam1);
166 CAMT& cam0, CAMT& cam1,
172 this->set_cameras(cam0, cam1);
H A Dbpgl_interpolate.cxx167 interpolate(vpgl_perspective_camera<double> const& cam0, in interpolate() argument
175 const vpgl_calibration_matrix<double>& K0 = cam0.get_calibration(); in interpolate()
180 vgl_point_3d<double> c0 = cam0.get_camera_center(); in interpolate()
194 const vgl_rotation_3d<double>& rot0 = cam0.get_rotation(); in interpolate()
H A Dbpgl_interpolate.h110 static bool interpolate(vpgl_perspective_camera<double> const& cam0,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pro/processes/
H A Dbvxm_compare_rpc_process.cxx49 vpgl_camera_double_sptr cam0 =pro.get_input<vpgl_camera_double_sptr>(i++); in bvxm_compare_rpc_process() local
55 if (!cam0) { in bvxm_compare_rpc_process()
67 dynamic_cast<vpgl_rational_camera<double>*> (cam0.as_pointer()); in bvxm_compare_rpc_process()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/file_formats/tests/
H A Dtest_geo_camera.cxx44 auto cam0 = load_geo_camera_from_geotransform(geotransform); in test_geo_camera() local
45 std::cout << "geo_camera: WGS84 without LVCS:\n" << cam0 << std::endl; in test_geo_camera()
53 _test_project(cam0, x, y, u, v); in test_geo_camera()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_registration.cxx52 vpgl_perspective_camera<double>* cam0 = cam_istream->current_camera(); in output_frame_bounds_planar() local
54 vpgl_camera_homographies::homography_to_camera(*cam0, world_plane); in output_frame_bounds_planar()
189 vpgl_perspective_camera<double>* cam0 = cam_istream->current_camera(); in register_image_stream_planar() local
191 vpgl_camera_homographies::homography_to_camera(*cam0, world_plane); in register_image_stream_planar()
265 vpgl_perspective_camera<double>* cam0 = cam_istream->current_camera(); in register_planar_homographies() local
267 vpgl_camera_homographies::homography_to_camera(*cam0, world_plane); in register_planar_homographies()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/breg3d/tests/
H A Dtest_ekf_camera_optimizer_seq.cxx225 …vpgl_perspective_camera<double> *cam0 = dynamic_cast<vpgl_perspective_camera<double>*>(cameras[0].… in test_ekf_camera_optimizer_seq() local
226 …breg3d_ekf_camera_optimizer_state opt_state(1e-3,cam0->get_camera_center(),cam0->get_rotation(),0.… in test_ekf_camera_optimizer_seq()
265 cam0 = dynamic_cast<vpgl_perspective_camera<double>*>(cameras[n-1].ptr()); in test_ekf_camera_optimizer_seq()
274 std::cout << "camera " << n-1 << " center : " << cam0->get_camera_center() << '\n' in test_ekf_camera_optimizer_seq()
275 << "camera " << n-1 << " rotation :\n" << cam0->get_rotation().as_rodrigues() << '\n' in test_ekf_camera_optimizer_seq()
307 vpgl_perspective_camera<double> cam_est(cam0->get_calibration(),center_est,rot_est); in test_ekf_camera_optimizer_seq()
H A Dtest_ekf_camera_optimizer.cxx123 vpgl_camera_double_sptr cam0 = new vpgl_perspective_camera<double>(K,center0,rot0); in test_ekf_camera_optimizer() local
127 bvxm_image_metadata meta0(vil_image_view_base_sptr(nullptr),cam0); in test_ekf_camera_optimizer()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/baml/tests/
H A Dtest_dem_appear.cxx55 static void update_hist_dem(const vil_image_resource_sptr& img0, vpgl_rational_camera<double>* cam0, in update_hist_dem() argument
59 if(!img0||!img1||!cam0||!cam1||!dem_resc) in update_hist_dem()
131 cam0->project(world_pt.x(), world_pt.y(), world_pt.z(), u0d, v0d); in update_hist_dem()
153 vpgl_camera<double>* cam0 = read_local_rational_camera<double>(img_dir + c0p); in test_dem_appear() local
154 vpgl_rational_camera<double> cam0g(*(vpgl_rational_camera<double>*)cam0); in test_dem_appear()
159 if(!img0||!img1||!cam0||!cam1||!dem_resc) in test_dem_appear()
179 cam0->project(verts(i, 0), verts(i, 1), verts(i, 2), u0, v0); in test_dem_appear()
H A Dtest_appearance.cxx92 …atic void update_hist_multi_regions(const vil_image_resource_sptr& img0, vpgl_camera<double>* cam0, in update_hist_multi_regions() argument
96 if(!img0||!img1||!cam0||!cam1) in update_hist_multi_regions()
105 cam0->project(verts[i].x(),verts[i].y(),verts[i].z(), u0, v0); in update_hist_multi_regions()
145 vpgl_camera<double>* cam0 = read_local_rational_camera<double>(img_dir + c0p); in test_appearance() local
148 if(!img0||!img1||!cam0||!cam1) in test_appearance()
161 update_hist_multi_regions(img0, cam0, img1, cam1, region_verts,h); in test_appearance()
174 cam0->project(verts(i, 0), verts(i, 1), verts(i, 2), u0, v0); in test_appearance()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c284 u64 *cam0, u64 *cam1) in npc_get_keyword() argument
359 *cam0 = ~*cam1 & kw_mask; in npc_get_keyword()
363 u64 cam0, u64 cam1) in npc_fill_entryword() argument
371 entry->kw_mask[0] = cam1 ^ cam0; in npc_fill_entryword()
375 entry->kw_mask[1] = cam1 ^ cam0; in npc_fill_entryword()
455 u64 cam0, cam1; in npc_config_mcam_entry() local
483 npc_get_keyword(entry, kw, &cam0, &cam1); in npc_config_mcam_entry()
520 u64 cam0, cam1; in npc_read_mcam_entry() local
528 cam0 = rvu_read64(rvu, blkaddr, in npc_read_mcam_entry()
534 cam0 = rvu_read64(rvu, blkaddr, in npc_read_mcam_entry()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c284 u64 *cam0, u64 *cam1) in npc_get_keyword() argument
359 *cam0 = ~*cam1 & kw_mask; in npc_get_keyword()
363 u64 cam0, u64 cam1) in npc_fill_entryword() argument
371 entry->kw_mask[0] = cam1 ^ cam0; in npc_fill_entryword()
375 entry->kw_mask[1] = cam1 ^ cam0; in npc_fill_entryword()
455 u64 cam0, cam1; in npc_config_mcam_entry() local
483 npc_get_keyword(entry, kw, &cam0, &cam1); in npc_config_mcam_entry()
520 u64 cam0, cam1; in npc_read_mcam_entry() local
528 cam0 = rvu_read64(rvu, blkaddr, in npc_read_mcam_entry()
534 cam0 = rvu_read64(rvu, blkaddr, in npc_read_mcam_entry()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c284 u64 *cam0, u64 *cam1) in npc_get_keyword() argument
359 *cam0 = ~*cam1 & kw_mask; in npc_get_keyword()
363 u64 cam0, u64 cam1) in npc_fill_entryword() argument
371 entry->kw_mask[0] = cam1 ^ cam0; in npc_fill_entryword()
375 entry->kw_mask[1] = cam1 ^ cam0; in npc_fill_entryword()
455 u64 cam0, cam1; in npc_config_mcam_entry() local
483 npc_get_keyword(entry, kw, &cam0, &cam1); in npc_config_mcam_entry()
520 u64 cam0, cam1; in npc_read_mcam_entry() local
528 cam0 = rvu_read64(rvu, blkaddr, in npc_read_mcam_entry()
534 cam0 = rvu_read64(rvu, blkaddr, in npc_read_mcam_entry()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/
H A Dtest_utils.cxx33 vpgl_perspective_camera<double> cam0 = in test_utils() local
46 vsph_utils::project_poly_onto_unit_sphere(cam0, image_poly, "degrees"); in test_utils()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_interpolate_perspective_cameras_process.cxx47 vpgl_camera_double_sptr cam0 = pro.get_input<vpgl_camera_double_sptr>(i++); in vpgl_interpolate_perspective_cameras_process() local
57 auto * pcam0 = dynamic_cast<vpgl_perspective_camera<double> *>(cam0.ptr()) ; in vpgl_interpolate_perspective_cameras_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/exe/
H A Dbwm_transform_video_site_proc.cxx41 vpgl_perspective_camera<double>* cam0 = cam_istr.current_camera(); in process() local
42 vgl_homg_point_3d<double> hcen = cam0->camera_center(); in process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/tests/
H A Dtest_interpolate.cxx102 vpgl_perspective_camera<double> cam0(K,c0,R0); in test_interpolate() local
106 bool success = bpgl_interpolate::interpolate(cam0, cam1, 1, cams); in test_interpolate()
/dports/archivers/dzip/dzip-2.9/
H A Ddecode.c561 long cam0, cam1, cam2; variable
572 cam0 = cam1 = cam2 = 0; in dem_uncompress_init()
591 if (cfields & 1) { cam0 += getlong(inptr); inptr += 4; } in dem_uncompress_block()
597 a1 = cnvlong(cam0); insert_msg(&a1,4); in dem_uncompress_block()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/
H A Dbvxm_von_mises_tangent_processor.h63 vpgl_proj_camera<double> const& cam0,
H A Dbvxm_von_mises_tangent_processor.hxx21 vpgl_proj_camera<double> const& cam0, in tangent_3d_from_2d() argument
28 vgl_plane_3d<double> plane0 = cam0.backproject(l0); in tangent_3d_from_2d()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Ddzipdecode.c580 long cam0, cam1, cam2; variable
594 cam0 = cam1 = cam2 = 0; in dem_uncompress_init()
626 if (cfields & 1) { cam0 += getlong(inptr); inptr += 4; } in dem_uncompress()
632 a1 = cnvlong(cam0); insert_msg(&a1,4); in dem_uncompress()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Dspear1340-evb.dts71 cam0 {
73 st,function = "cam0";

12