필터 지우기
필터 지우기

over / under flow of image

조회 수: 2 (최근 30일)
Aseel H
Aseel H 2013년 2월 15일
I use Integer Wavelet Transform in some my projects using the function: lwt2(), but I have a question: if in my code some processes that may be make over/ under flow in values of coefficients, do this problem solved automatically in inverse of Integer Wavelet Transform using the function: ilwt2 () or not solved???

채택된 답변

Walter Roberson
Walter Roberson 2013년 2월 15일
If you are using integer data types, then No, the inverse routines will not fix the overflow. If you are using double precision data type, then the inverse routines might be okay with the overflow, but you should not count on it.

추가 답변 (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