Home
last modified time | relevance | path

Searched refs:pt3d (Results 1 – 25 of 42) sorted by relevance

12

/dports/misc/openmvg/openMVG-2.0/src/openMVG/linearProgramming/lInfinityCV/
H A Dresection.cpp66 const Vec3 pt3d = Pt3D.col(p); in EncodeResection() local
75 A.coeffRef(cptj, cpti) = -pt3d(0); in EncodeResection()
76 A.coeffRef(cptj, cpti+1) = -pt3d(1); in EncodeResection()
77 A.coeffRef(cptj, cpti+2) = -pt3d(2); in EncodeResection()
84 A.coeffRef(cptj, cpti) = pt3d(0); in EncodeResection()
85 A.coeffRef(cptj, cpti+1) = pt3d(1); in EncodeResection()
86 A.coeffRef(cptj, cpti+2) = pt3d(2); in EncodeResection()
89 A.coeffRef(cptj+1, cpti) = pt3d(0); in EncodeResection()
90 A.coeffRef(cptj+1, cpti+1) = pt3d(1); in EncodeResection()
91 A.coeffRef(cptj+1, cpti+2) = pt3d(2); in EncodeResection()
[all …]
H A Dresection_kernel.cpp36 const Mat &pt3d, in Solve() argument
41 assert(3 == pt3d.rows()); in Solve()
43 assert(pt2D.cols() == pt3d.cols()); in Solve()
46 const Vec3 vecTranslation = - pt3d.col(0); in Solve()
51 translate(pt3d, vecTranslation, &XPoints); in Solve()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_generate_xyz_from_depth_image_process.cxx76 vgl_point_3d<double> pt3d = ray.origin()+ray.direction()*t; in vpgl_generate_xyz_from_depth_image_process() local
77 (*out_img_x)(u,v) = (float)pt3d.x(); in vpgl_generate_xyz_from_depth_image_process()
78 (*out_img_y)(u,v) = (float)pt3d.y(); in vpgl_generate_xyz_from_depth_image_process()
79 (*out_img_z)(u,v) = (float)pt3d.z(); in vpgl_generate_xyz_from_depth_image_process()
92 vgl_point_3d<double> pt3d = ray.origin()+ray.direction()*t; in vpgl_generate_xyz_from_depth_image_process() local
93 (*out_img_x)(u,v) = (float)pt3d.x(); in vpgl_generate_xyz_from_depth_image_process()
94 (*out_img_y)(u,v) = (float)pt3d.y(); in vpgl_generate_xyz_from_depth_image_process()
95 (*out_img_z)(u,v) = (float)pt3d.z(); in vpgl_generate_xyz_from_depth_image_process()
H A Dvpgl_generate_3d_point_process_from_depth_process.cxx70 vgl_point_3d<double> pt3d=ray.origin()+ray.direction()*t; in vpgl_generate_3d_point_from_depth_process() local
72 pro.set_output_val<float>(0, (float)pt3d.x()); in vpgl_generate_3d_point_from_depth_process()
73 pro.set_output_val<float>(1, (float)pt3d.y()); in vpgl_generate_3d_point_from_depth_process()
74 pro.set_output_val<float>(2, (float)pt3d.z()); in vpgl_generate_3d_point_from_depth_process()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dline.c9 dwg_point_3d pt3d, extrusion, start, end; in api_process() local
16 dwg_ent_line_get_start_point (line, &pt3d, &error); in api_process()
17 if (error || memcmp (&start, &pt3d, sizeof (dwg_point_3d))) in api_process()
23 dwg_ent_line_get_end_point (line, &pt3d, &error); in api_process()
24 if (error || memcmp (&end, &pt3d, sizeof (dwg_point_3d))) in api_process()
H A Ddimension_ang3pt.c15 dwg_point_3d def_pt, xline1_pt, xline2_pt, center_pt, extrusion, ins_scale, pt3d; in api_process() local
48 dwg_ent_dim_ang3pt_get_first_arc_pt (dim_ang3pt, &pt3d, &error); in api_process()
49 if (error || memcmp (&center_pt, &pt3d, sizeof (center_pt))) in api_process()
56 dwg_ent_dim_ang3pt_get_13_pt (dim_ang3pt, &pt3d, &error); in api_process()
57 if (error || memcmp (&xline1_pt, &pt3d, sizeof (xline1_pt))) in api_process()
64 dwg_ent_dim_ang3pt_get_14_pt (dim_ang3pt, &pt3d, &error); in api_process()
65 if (error || memcmp (&xline2_pt, &pt3d, sizeof (xline2_pt))) in api_process()
H A Ddimension_ang2ln.c15 dwg_point_3d def_pt, extrusion, ins_scale, pt3d; in api_process() local
54 dwg_ent_dim_ang2ln_get_13_pt (dim_ang2ln, &pt3d, &error); in api_process()
55 if (error || memcmp (&xline1start_pt, &pt3d, sizeof (xline1start_pt))) in api_process()
62 dwg_ent_dim_ang2ln_get_14_pt (dim_ang2ln, &pt3d, &error); in api_process()
63 if (error || memcmp (&xline1end_pt, &pt3d, sizeof (xline1end_pt))) in api_process()
78 dwg_ent_dim_ang2ln_get_16_pt (dim_ang2ln, &pt3d, &error); in api_process()
79 if (error || memcmp (&xline2end_pt, &pt3d, sizeof (xline2end_pt))) in api_process()
H A Ddimension_aligned.c15 dwg_point_3d def_pt, xline1_pt, xline2_pt, extrusion, ins_scale, pt3d; in api_process() local
49 dwg_ent_dim_aligned_get_13_pt (dim_aligned, &pt3d, &error); in api_process()
50 if (error || memcmp (&xline1_pt, &pt3d, sizeof (xline1_pt))) in api_process()
58 dwg_ent_dim_aligned_get_14_pt (dim_aligned, &pt3d, &error); in api_process()
59 if (error || memcmp (&xline2_pt, &pt3d, sizeof (xline2_pt))) in api_process()
H A Ddimension_linear.c16 dwg_point_3d def_pt, xline1_pt, xline2_pt, extrusion, ins_scale, pt3d; in api_process() local
49 dwg_ent_dim_linear_get_13_pt (dim_linear, &pt3d, &error); in api_process()
50 if (error || memcmp (&xline1_pt, &pt3d, sizeof (xline1_pt))) in api_process()
57 dwg_ent_dim_linear_get_14_pt (dim_linear, &pt3d, &error); in api_process()
58 if (error || memcmp (&xline2_pt, &pt3d, sizeof (xline2_pt))) in api_process()
H A Dlwpolyline.c10 dwg_point_3d extrusion, pt3d; in api_process() local
28 dwg_ent_lwpline_get_extrusion (lwpline, &pt3d, &error); in api_process()
29 if (error || memcmp (&extrusion, &pt3d, sizeof (extrusion))) in api_process()
H A D3dsolid.c10 dwg_point_3d pt3d; in api_process() local
52 dwg_ent_3dsolid_get_point (_3dsolid, &pt3d, &error); in api_process()
53 if (error || memcmp (&point, &pt3d, sizeof (point))) in api_process()
H A Dattdef.c16 dwg_point_3d extrusion, pt3d; in api_process() local
/dports/misc/openmvg/openMVG-2.0/src/openMVG/multiview/
H A Dsolver_resection_kernel.cpp73 const Mat &pt3d, in Solve() argument
79 assert(3 == pt3d.rows()); in Solve()
81 assert(pt2D.cols() == pt3d.cols()); in Solve()
84 Vec3 vecTranslation = - pt3d.col(0); in Solve()
91 translate(pt3d, vecTranslation, &XPoints); in Solve()
125 cpt += (Depth(R, t, pt3d.col(i)) > 0) ? 1 : 0; in Solve()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/impl/
H A Dvoxel_grid_covariance.hpp174 Eigen::Vector3d pt3d = point.getVector3fMap().template cast<double>(); in applyFilter() local
176 leaf.mean_ += pt3d; in applyFilter()
178 leaf.cov_ += pt3d * pt3d.transpose (); in applyFilter()
230 Eigen::Vector3d pt3d = point.getVector3fMap().template cast<double>(); in applyFilter() local
232 leaf.mean_ += pt3d; in applyFilter()
234 leaf.cov_ += pt3d * pt3d.transpose (); in applyFilter()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dphysics.c769 typedef fix pt3d[3]; typedef
837 fix project_onto_facelet(pt3d in, pt3d out, pt3d flet[NUM_POINTS]) { in project_onto_facelet()
863 pt3d edgen; in facelet_distance_sq_4points()
864 pt3d cprod; in facelet_distance_sq_4points()
865 pt3d edgep; in facelet_distance_sq_4points()
989 pt3d edgen; in facelet_distance_sq_3points()
990 pt3d cprod; in facelet_distance_sq_3points()
991 pt3d edgep; in facelet_distance_sq_3points()
1133 pt3d *coor = flet; in grow_facelet()
1157 typedef fix pt3d[3]; typedef
[all …]
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/test/
H A DperfGenericTracker.cpp97 vpColVector pt3d(4, 1.0); in read_data() local
98 pt3d[0] = x*Z; in read_data()
99 pt3d[1] = y*Z; in read_data()
100 pt3d[2] = Z; in read_data()
101 pointcloud[i*I_depth.getWidth()+j] = pt3d; in read_data()
H A DtestGenericTrackerDepth.cpp205 vpColVector pt3d(4, 1.0); in read_data() local
206 pt3d[0] = x*Z; in read_data()
207 pt3d[1] = y*Z; in read_data()
208 pt3d[2] = Z; in read_data()
209 pointcloud[i*I_depth.getWidth()+j] = pt3d; in read_data()
H A DtestGenericTracker.cpp226 vpColVector pt3d(4, 1.0); in read_data() local
227 pt3d[0] = x*Z; in read_data()
228 pt3d[1] = y*Z; in read_data()
229 pt3d[2] = Z; in read_data()
230 pointcloud[i*I_depth.getWidth()+j] = pt3d; in read_data()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/plugins/asciifile/
H A Dasciifile.cpp255 pt3d = new pointBox(tr("3D Point"),tr("Draw 3D Point")); in dibPunto()
264 lo2d3d->addWidget(pt3d); in dibPunto()
316 if (pt3d->checkOn() == true) { in failGUI()
317 … if (pt3d->getLayer().isEmpty()) {msg->insert(0, tr("Point 3D layer is empty")); return true;} in failGUI()
379 if (pt3d->checkOn() == true) in procesFile()
437 currDoc->setLayer(pt3d->getLayer()); in draw3D()
656 pt3d->setCheck( settings.value("draw3d", false).toBool() ); in readSettings()
658 pt3d->setLayer(str); in readSettings()
692 settings.setValue("draw3d", pt3d->checkOn()); in writeSettings()
698 settings.setValue("layer3d", pt3d->getLayer()); in writeSettings()
/dports/math/py-sympy/sympy-1.9/sympy/geometry/
H A Dutil.py100 pt3d = []
103 pt3d.append(i)
105 pt3d.extend(i.args)
110 pt3d.append(Point3D(*(p.args + (0,))))
111 return are_coplanar(*pt3d)
/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_plane_3d.cxx80 vgl_point_3d<double> pt3d(-51.26, -7045.5, -50.0); in test_operations() local
82 vgl_point_3d<double> pt3d_on = vgl_closest_point(pt3d, plane_real); in test_operations()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_ACSH_SWEEP_CLASS.inc108 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 33, {-1,-1,-1,-1,-1} },
217 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 23, {-1,-1,-1,-1,-1} },
326 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 21, {-1,-1,-1,-1,-1} },
435 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 30, {-1,-1,-1,-1,-1} },
530 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 39, {-1,-1,-1,-1,-1} },
625 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 39, {-1,-1,-1,-1,-1} },
720 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 37, {-1,-1,-1,-1,-1} },
815 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 37, {-1,-1,-1,-1,-1} },
910 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 34, {-1,-1,-1,-1,-1} },
1007 { 11, "0.0", NULL, 0, BITS_UNKNOWN, "evalexpr.value.pt3d", 24, {-1,-1,-1,-1,-1} },
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observer_cam.cxx918 unsigned face_id, vgl_point_3d<double> &pt3d) in intersect() argument
924 return find_intersection_point(img_point,face,pt3d); in intersect()
1101 vsol_point_3d_sptr pt3d; in extrude_face() local
1102 backproj_point(pt, pt3d, plane); in extrude_face()
1103 if (!pt3d) in extrude_face()
1112 << pt3d->x() << ' ' << pt3d->y() << ' ' << pt3d->z() << ")\n"; in extrude_face()
1124 vgl_vector_3d<double> n2 = pt3d->get_p() - v3d->get_p(); in extrude_face()
1133 double dist = (face->vertex(index)->get_p() - pt3d->get_p()).length(); in extrude_face()
1144 obs->extrude(face_id, pt3d->z()); in extrude_face()
/dports/devel/py-shapely/Shapely-1.8.0/tests/
H A Dtest_affinity.py54 pt3d = load_wkt('POINT(12.3 45.6 7.89)')
55 test_geom(pt2d, pt3d)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/testdata/provider/
H A Dtestdata_pg.sql221 CREATE TABLE qgis_test.pt3d( table
226 INSERT INTO qgis_test.pt3d values (1, 'srid=4326;PointZ(0 0 0)'::geometry);

12