How to deal with DICOM images while creating classifier?

1 次查看(过去 30 天)
I am started to create classifier of DICOM images. In each set I have about 100 DICOM images and few GPEG(that I inserted for testing only). When I create sets, the program counts GPEG images, but not DICOM images.
My code is as follows:
rootFolder = fullfile('C:\Documents and Settings\x\Desktop\Medical Imaging\MyProject');
imgSets = [ imageSet(fullfile(rootFolder, 'ast')), ...
imageSet(fullfile(rootFolder, 'gbm')), ...
imageSet(fullfile(rootFolder, 'oligl')) ];
>> [imgSets.Count]
ans = 3 3 2
How should I modify the code to get correct results?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by