project_points — 3D render op

Data kinds: pointskeypoints

Call: import match3d; match3d.project_points(points, K, R=None, t=None) (or ops3d.get("project_points"))

Usage

3-D point set (N,3) → image coordinates (u,v) and depth. Pinhole (the forward direction of depth_to_points).

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

Runnable examples (verified samples that actually call this op)

pnp_pose_outlierspy -3.11 examples_3d/pnp_pose_outliers.py

pose_estimationpy -3.11 examples_3d/pose_estimation.py

Ops the type connects to (they accept keypoints as input)

fuse_to_voxel · dlt_pose · pnp_ransac · reprojection_error

Same category (render)

render_point_depth · render_volume_projection · render_shaded · ambient_occlusion · cast_shadow · phong_shade · matcap_shade · supersample_mesh


*Provenance: match3d.py — 3D operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.