07 September 2020 1 3K Report

with my matlab code as following

classNames = ["background","tumor"];

pixelLabelID = [0 1];

pxds = pixelLabelDatastore(im ,classNames,pixelLabelID, ...

'FileExtensions','.nii','ReadFcn',volReader);

Error using pixelLabelDatastore>parseInputs (line 202)

'FileExtensions' is not a recognized parameter. For a list of valid name-value pair arguments,

see the documentation for this function.

Error in pixelLabelDatastore (line 151)

[location, classes, values,params] = parseInputs(varargin{:});

Error in SEp1 (line 27)

pxds = pixelLabelDatastore(im,classNames,pixelLabelID, ...

More Hla hla Myint's questions See All
Similar questions and discussions