How to deal with DICOM images while creating classifier?

조회 수: 1 (최근 30일)
Nitsa Herzog
Nitsa Herzog 2016년 5월 23일
편집: Walter Roberson 2016년 5월 24일
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