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 CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by