Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
matlab で次のコードを使用して、haar dwt をビットマップ イメージに適用しようとしています。
im = imread('image.bmp'); [LL,LH,HL,HH] = dwt2(im,'haar'); figure; imshow(im);
次のエラーが表示されます: タイプ 'uint8' の入力引数に対して未定義の関数 'dwt2' ウェーブレット ツールボックスをダウンロードしました。私はdwtがuint8型を受け入れたと思いました??