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.
このコードを試すとき:
[X, map] = imread('pirate.tif'); [cA,cH,cV,cD] = dwt2(X, 'haar');
次のエラーが表示されます:タイプ 'uint8' の入力引数に対して未定義の関数 'dwt2'。dwt2は uint8 値を処理することを想定していませんか?
お時間いただきありがとうございます...