spiht algorithm

4 visualizzazioni (ultimi 30 giorni)
Nagarjuna
Nagarjuna il 17 Apr 2012
looking for spiht algorithm for image compression

Risposte (3)

Wayne King
Wayne King il 19 Mag 2012
This algorithm is available for both gray scale and true color images in the Wavelet Toolbox as an option for wcompress
  2 Commenti
slama najla
slama najla il 19 Mag 2012
thank mr Wayne King
VILMA1010
VILMA1010 il 23 Lug 2014
Hello Wayne King
Can you answer me this question?
Exist a way to compress a grayscale image with wcompress mode SPIHT LOSSLESS?

Accedi per commentare.


G PRAKASH
G PRAKASH il 5 Mar 2014
Modificato: Walter Roberson il 2 Ago 2016
try this code
clc;
close all;
clear all;
I=imread('wpeppers.jpg');
figure('Name','inputimage'),imshow(I)
figure,
% compression
[cr,bpp] = wcompress1('c',I,'woodstatue.wtc', ...
'spiht','cc','klt','maxloop',11,'plotpar','plot');
%un compression
Xc = wcompress1('u','woodstatue.wtc');
delete('wpeppers.wtc')
figure,imshow(Xc);
  1 Commento
Tanvi
Tanvi il 19 Nov 2014
hello sir!! i am getting an error at a line for uncompression.

Accedi per commentare.


patnana Adinarayana
patnana Adinarayana il 1 Mar 2017
if true
% code
end

Categorie

Scopri di più su Denoising and Compression in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by