render op• Data kinds: points → keypoints
• Call: import match3d; match3d.project_points(points, K, R=None, t=None) (or ops3d.get("project_points"))
3-D point set (N,3) → image coordinates (u,v) and depth. Pinhole (the forward direction of depth_to_points).
• 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.
• pnp_pose_outliers — py -3.11 examples_3d/pnp_pose_outliers.py
• pose_estimation — py -3.11 examples_3d/pose_estimation.py
keypoints as input)fuse_to_voxel · dlt_pose · pnp_ransac · reprojection_error
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.