Location of Pixel Data Tag in DICOM File #540
Unanswered
chrisbll971
asked this question in
Q&A
Replies: 1 comment
-
Thank you for bringing this up. Requiring objects to reside completely in memory is a known issue, but there are plans for an API which would enable reading bigger data sets in workable chunks. Until then, the alternative available is to use the mid-level data set reader API in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering if there is a way to find the exact index position of the pixel data within a DICOM file? For example, if the DICOM file is read into a Vec, the pixel data might start at the index 934 in the vector. Or alternatively, is there is a way to only read each frame into memory 1-by-1 vs. reading the entire pixel data into memory? The use case is we have some very large uncompressed files that we are trying to read and process (up to 80 GB+).
Thank you
Beta Was this translation helpful? Give feedback.
All reactions