フィルターのクリア

how to make the wavelet to positive and get it's inverse

1 回表示 (過去 30 日間)
juveria fatima
juveria fatima 2018 年 9 月 24 日
here am taking baboon image
rgb_image_1=imread('baboon.tiff');
am applying lift wave
LS = liftwave('cdf2.2','Int2Int');
[CA,CH,CV,CD] = lwt2(double(rgb_image_1),LS);
in CH,CV,CD am getting negative integer number i want to convert those negative to positive integers (i assume this as my encryption code )
similarly i have to get back to CH,CV,CD containing the negative (i assume this as my decryption process)
can any one help ?
i thought of taking abs so that i can get positive but the problem is exact inverse is not possible incase of abs
even mod will also not work

回答 (0 件)

カテゴリ

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