フィルターのクリア

what wcompress error means

1 回表示 (過去 30 日間)
cev
cev 2013 年 12 月 7 日
編集済み: cev 2013 年 12 月 8 日
I want to compress an image using
wcompress( 'c','bmp1.bmp','compimg1.wtc','stw');
But I get an error Subscripted assignment dimension mismatch. What this error means?
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 12 月 7 日
I suggest experimenting with
img - imread('bmp1.bmp');
wcompress('c', img, 'compimg1.wtc', 'stw')

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

採用された回答

cev
cev 2013 年 12 月 8 日
編集済み: cev 2013 年 12 月 8 日
x,y dimensions of image should be power of 2

その他の回答 (1 件)

Bruno Pop-Stefanov
Bruno Pop-Stefanov 2013 年 12 月 7 日
There seems to be a bug in either wfandfcidx or wavedec2, which are internal functions called by wcompress. I am sorry I can't help you more, but until this bug is fixed you can try another compression method. EZW, SPIHT, and SPIHT 3D should work (I get the same error with WDR and ASWDR). Good luck!

カテゴリ

Help Center および File ExchangeDenoising and Compression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by