radiomics icon indicating copy to clipboard operation
radiomics copied to clipboard

2D analysis

Open M201275870 opened this issue 5 years ago • 0 comments

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!

M201275870 avatar Mar 05 '19 10:03 M201275870