resolution op• Datenarten: points → points
• Aufruf: import fullseye as fs; fs.ledger.pc_fill_sparse(points, spacing, k=8) (die Implementierung direkt: import meshres; meshres.pc_fill_sparse(points, spacing, k=8); aus dem Register: ops3d.get("pc_fill_sparse"))
Fügt dort Punkte ein, wo der lokale Abstand *spacing* übersteigt, auf der lokalen PCA-Ebene (`points`).
> Die ausführliche Beschreibung unten ist der Originaltext — Zusammenfassung und Überschriften sind übersetzt.
For every point whose distance to its *k*-th neighbour exceeds *spacing*,
the segments to those neighbours longer than *spacing* are subdivided at
*spacing* intervals; the new points are projected onto the plane fitted
(PCA) to the point's neighbourhood so they follow the surface rather than
cut chords across it. The original points are kept; the result is then a
cloud whose spacing is ≤ target almost everywhere (pass it to
:func:pc_poisson_disk to remove the duplicates a shared edge creates —
:func:pc_density_equalize does both).
• depth_sensors — 深度センサの知識 — 測距原理・実機の値・欠測の出方
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• mesh_resolution_demo — py -3.11 examples_3d/mesh_resolution_demo.py
points als Eingabe)points_to_voxel · gaussians_to_voxel · estimate_point_normals · to_points · match_points_ncc · match_pca · moment_axes · icp_point2point_3d
resolution)mesh_edge_stats · mesh_detail_map · mesh_split_long_edges · mesh_isotropic_remesh · mesh_sample_points · mesh_lod_chain · mesh_select_lod · mesh_reduction_report
*Provenance: meshres.py — 3D Operator-Registry. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.