resolution op• Datenarten: points × points → table
• Aufruf: import fullseye as fs; fs.ledger.pc_thinning_report(points, thinned, k=8, radius=None) (die Implementierung direkt: import meshres; meshres.pc_thinning_report(points, thinned, k=8, radius=None); aus dem Register: ops3d.get("pc_thinning_report"))
Was eine Punktwolken-Ausdünnung entfernt hat und ob sie die seltenen Punkte angetastet hat (`table`).
> Die ausführliche Beschreibung unten ist der Originaltext — Zusammenfassung und Überschriften sind übersetzt.
`removed count and fraction; removed_spacing` percentiles of the
local spacing (:func:pc_density) of the removed points versus
`kept_spacing; isolated_removed` counts removed points whose
nearest-neighbour distance exceeded *radius* (default: the 95th percentile
of nearest-neighbour distances) — a thinning that removed such points has
discarded exactly the rare, isolated observations a survey exists to find
(:func:pc_poisson_disk with the same radius removes none of them, by
construction); `max_gap` is the largest distance from any removed point
to the kept cloud (the biggest hole the thinning made).
• 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
table als Eingabe)fuse_to_voxel · mesh_select_lod
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.