Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一组 3D MRA NIFTI 图像拆分为相同大小的体素补丁(例如 32 x 32 x 32)。 目标是使用体素训练 3D CNN 来检测大脑动脉内的异常。
如何使用 Python 使用 Numpy 之类的库来实现这一点。