Menu

#4 vtkDICOMImageReader cannot read large dataset

open
nobody
None
5
2010-09-05
2010-09-05
Ali Habib
No

I successfully read DICOM data using vtkDICOMImageReader for directory contains 78 files

But when tried to load from directory contains 418 files , my application crashed

vtk.vtkDICOMImageReader VDR = new vtk.vtkDICOMImageReader();
VDR.SetDirectoryName(@"G:\Master Degree\test DataSet\My Disc\07291640");
VDR.SetDataOrigin(0, 0, 0);
VDR.Modified();

any suggestion please , or is there any limits regarding vtkDICOMImageReader

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.