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.
我有一个视频文件,它是一系列.tif图像。视频本身是 RGB 视频的 R,因此像素值为int。我需要将每个图像打开为一个 int 像素数组。我可以打开 tiff 文件,但这是一大堆图像。
.tif
int
具体来说,我的问题是:有谁知道如何将.tif图像序列(堆栈)表示为用frame, x_pos, y_posJava 索引的 3D 数组?感谢您的任何指点!
frame, x_pos, y_pos