Search found 1 match

by CJohnson
Thu, 2005-09-22, 15:26
Forum: DCMTK - General
Topic: multiple instances using loadfile
Replies: 1
Views: 2968

multiple instances using loadfile

I need to load in typically 100 image files to access pixel data. Currently I am doing this in a loop and creating a new instance of the DcmFileFormat to do a loadFile each time through the loop. Is there a more efficient way by reusing a single instance?