image compression using DWT

3 views (last 30 days)
Jitesh Bhanushali
Jitesh Bhanushali on 24 Mar 2014
Answered: Walter Roberson on 24 Mar 2014
sir how can we compress image using descrete wavelet transform??
is that attached file is correct?? how do i check if image compressed or not??

Answers (1)

Walter Roberson
Walter Roberson on 24 Mar 2014
No it is not correct.
  1. There is already a dwt routine in one of the toolboxes. Calling your code dwt.m is at the very least going to be confusing, and could well interfere with other routines.
  2. code that starts with "clear all" is always broken.

Categories

Find more on Discrete Multiresolution Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!