フィルターのクリア

Why my fractal image compression code doesn't work at MRI image

1 回表示 (過去 30 日間)
magnum ex
magnum ex 2018 年 5 月 14 日
コメント済み: magnum ex 2018 年 5 月 14 日
Hello, currently i'm using a code to compress a MRI medical image but it's failed to compress that image. Could anyone help me solve this problem. Your help is greatly appreciated. Thank you.
Below is the error i found in MATLAB Command Window
Error using qtdecomp>ParseInputs (line 136)
A must be two-dimensional.
Error in qtdecomp (line 87)
[A, func, params, minDim, maxDim] = ParseInputs(varargin{:});
Error in main (line 18)
s=qtdecomp(I,0.1,[1 64]);%divides image using quadtree decomposition of

採用された回答

Walter Roberson
Walter Roberson 2018 年 5 月 14 日
The code is designed for single grayscale images. The MRI image you are using might be color or might be a series of slices all stored in the same file.
  1 件のコメント
magnum ex
magnum ex 2018 年 5 月 14 日
Ok, i got it. Thank you very much, sir.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFractals についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by