|
From: Oleh O. <olk...@gm...> - 2015-05-24 13:56:44
|
Hi, I want to read/write my 3D image structure to and from NRRD format. However the issue is that 3D images that I work with can be really HUGE, and so it is very well possible that they don't fit into available RAM memory. Thus my 3D images are only partially loaded into memory - image structure holds one or several slices in the memory and the rest are stored in the disk. All image processing is done slice by slice, and image structure can load/offload slices on-demand. Is it possible to export such image into NRRD format using your library? I've seen in the documentation explanation about fast and slow axes, which will allow traversing of my image slice by slice. However nrrdWrap receives data as void*, thus expecting that data is stored as 1 dimensional array in memory. -- Sincerely yours, Oleh -- Sincerely yours, Oleh |