radon_volume — TOMOGRAPHY volume op

数据种类:voxelsinostack

调用:import tomography; tomography.radon_volume(volume, angles_deg=None, n_detectors=None, oversample=1)(或 opstomography.get("radon_volume"))

用法

投影 `(Z, H, W) 体的每一张切片 -> (Z, A, D)` 堆栈。

> 以下的详细说明为原文 —— 摘要与标题已翻译。

Parallel-beam geometry with the rotation axis along `Z`, which is the case

where the 3-D problem really is a stack of independent 2-D ones — each slice

projects into its own sinogram and nothing crosses between them. (A cone beam

does not have this property and is not implemented; saying so is cheaper than

a wrong `FDK`.)

The output's axis order is `(slice, angle, detector) so that stack[k]`

is a sinogram in this module's own convention and every 2-D operator here

applies to it unchanged.

:param volume: `(Z, H, W) float volume, Z >= 1`.

:param angles_deg: view angles; `None -> uniform [0, 180)`, 180 views.

:param n_detectors: bins; `None` -> covers the in-plane diagonal.

:param oversample: ray samples per pixel, `1 .. 8`.

:returns: `(Z, n_angles, n_detectors)` float64 stack.

:raises ValueError: on a non-3-D input or a stack over

:data:MAX_STACK_ELEMENTS.

参考(示例数据・文献)

• 示例数据目录(下载 URL / 许可证) —— 2-D 用 skimage.data(BSD/公有领域)加合成图,3-D 给出真实数据源(Stanford/PDS 等)的下载 URL。

• 算子来历与参考文献 —— 该算子族所依据的研究/方法出处。

• 算法的正典(作者・年份)与用途见上面的族使用指南

可运行的示例(实际调用该算子并已验证的样例)

tomography_reconstructpy -3.11 examples/tomography_reconstruct.py

类型可衔接的下一个算子(可接受 sinostack 作为输入)

fbp_volume

同类别(volume)

fbp_volume


*Provenance: tomography.py — TOMOGRAPHY 算子登记表。本条目由 tools/opdocs.py md 自动生成(请勿手工编辑)。*

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