how to make the wavelet to positive and get it's inverse
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Denoising and Compression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!