radiomics
radiomics copied to clipboard
2D analysis
Hi mvallieres!
Thanks for your codes.
When I use the function "prepareVolume" with a 2D data, I got a error like:
error wavedec3 (line 109)
sizes(level+1,1:3) = size(X);
error waveletBPfilt (line 51)
wDEC=wavedec3(volume,1,wavelet);
error prepareVolume (line 149)
ROIbox = waveletBPfilt(ROIbox,R,'sym8');
I think that's because the 'size(X)' has 2 , while the 'sizes(level+1,1:3)' has 3. You said the function "prepareVolume" is compatible with 2D analysis. But it looks doesn't work for 2D analysis.
How could I revise it? Thanks!