keypoint op• Data kinds: position → points
• Call: import reprconv; reprconv.position_to_points(position) (or opsreprconv.get("position_to_points"))
A position `(z, y, x) → a one-point set (1, 3). The exit from position` (invertible).
> The detailed description below is the original text — the summary and the headings are translated.
`position は volregion.vol_rle_centroid` などが返す 3-tuple で、
順序は (z, y, x)(`vol_rle_centroid` の docstring が明示している)。
点群も voxel 由来なら同じ順なので、そのまま 1 行の点群にできる。
Args:
position: 長さ 3 の列 (z, y, x)。
Returns:
(1, 3) float64。
Raises:
ValueError: 長さが 3 でない / 非有限。
• 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.
• The canonical algorithm (author, year) and its uses are named in the family usage guide above.
• representation_conversion — py -3.11 examples/representation_conversion.py
points as input)points_zyx_to_keypoints_uv · points_to_position · select_points · flow_apply · points_to_gaussians
keypoint)keypoints_uv_to_points · points_zyx_to_keypoints_uv · keypoints_to_image2d · keypoints_from_image2d · points_to_position
*Provenance: reprconv.py — REPRCONV 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.