登录
首页 » matlab » SPIHT_bandelet

SPIHT_bandelet

于 2007-07-26 发布 文件大小:1795KB
0 213
下载积分: 1 下载次数: 410

代码说明:

  我写的基于bandelet域的spiht图像压缩算法。效果比经典的SPIHT好。文章已发,希望代码对大家有用。(I wrote bandelet domain-based SPIHT image compression algorithm. SPIHT is better than a good classic. Article has been distributed, I hope the code useful for everyone.)

文件列表:

SPIHT_bandelet
..............\bandelets
..............\.........\BandeletsTutorial.pdf

..............\.........\compute_best_direction.m
..............\.........\compute_quadtree.m
..............\.........\compute_wavelet_quadtree.asv
..............\.........\compute_wavelet_quadtree.m
..............\.........\convert_wavelets2list.m
..............\.........\dichotomic_grouping.m
..............\.........\images
..............\.........\load_image_small_square.m
..............\.........\perform_alpert_transform_2d.m
..............\.........\perform_bandelet_transform.m
..............\.........\perform_moment_transform_slow.m
..............\.........\perform_warped_wavelet.m
..............\.........\perform_warping.m
..............\.........\perform_wavelet_bandelet_transform.asv
..............\.........\perform_wavelet_bandelet_transform.m
..............\.........\perform_wavelet_transform.m
..............\.........\plot_geometry.m
..............\.........\plot_quadtree.m
..............\.........\plot_wavelet_quadtree.m
..............\.........\reverse.m
..............\.........\rev_sort_abs.m
..............\.........\test_compression.asv
..............\.........\test_compression.m
..............\.........\test_quadtree.m
..............\.........\test_reordering.m
..............\.........\test_single_square.asv
..............\.........\test_single_square.m
..............\.........\test_speed.m
..............\.........\test_wavelet_quadtree.m
..............\.........\toolbox
..............\.........\.......\compile_mex.m
..............\.........\.......\compute_quadrant_selection.m
..............\.........\.......\evaluate_nbr_bits_wavelets.m
..............\.........\.......\keep_above.m
..............\.........\.......\keep_biggest.m
..............\.........\.......\l2error.m
..............\.........\.......\load_image.m
..............\.........\.......\mex
..............\.........\.......\...\bandelet.sln
..............\.........\.......\...\config.h
..............\.........\.......\...\perform_haar_transform.cpp
..............\.........\.......\...\perform_haar_transform.def
..............\.........\.......\...\perform_haar_transform.h
..............\.........\.......\...\perform_haar_transform.vcproj
..............\.........\.......\perform_haar_transform.dll
..............\.........\.......\perform_haar_transform_slow.m
..............\.........\.......\perform_quantization.m
..............\.........\.......\plot_wavelet.m
..............\.........\.......\psnr.m
..............\.........\.......\reorder_coefs.m
..............\.........\.......\rescale.m
..............\bandelets.rar
..............\btc_decode.m
..............\btc_encode.m
..............\btc_image.m
..............\btc_image01.m
..............\btc_image_decode.asv
..............\btc_image_decode.m
..............\btc_image_encode.asv
..............\btc_image_encode.m
..............\btc_image_test.asv
..............\btc_image_test.m
..............\contents.m
..............\func_DWT.m
..............\func_InvDWT.m
..............\func_Myappcoef2.m
..............\func_MyDescendant.m
..............\func_Mywavedec2.m
..............\func_Mywaverec2.m
..............\func_ReadRaw.m
..............\func_SPIHT_Dec.m
..............\func_SPIHT_Enc.m
..............\func_SPIHT_Main.asv
..............\func_SPIHT_Main.m


..............\lena512.raw
..............\result





..............\rle.asv
..............\rle.m
..............\向海林编写的五个文件
..............\....................\compute_best_direction_xhl.asv
..............\....................\compute_best_direction_xhl.m
..............\....................\compute_best_direction_xhl_.m
..............\....................\compute_quadrant_selection_xhl.m
..............\....................\compute_quadtree_xhl.m
..............\....................\compute_wavelet_quadtree_xhl.m

..............\....................\perform_bandelet_transform_xhl.m
..............\....................\perform_warped_wavelet_xhl.m
..............\....................\perform_wavelet_bandelet_transform_xhl.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CDPF
    粒子滤波算法比较,不同的建议分布下,粒子滤波的性能差异,包括精度与时间(the comparision)
    2009-11-08 19:48:45下载
    积分:1
  • total_mkl_matlab
    MKL多核学习综述文章对应的很多MKL代码的合集,里面有很多有代表性的代码,非常详细!(MKL multicore learn many review articles MKL code corresponding collection, there are a lot of representative code, very detailed!)
    2021-04-19 15:08:51下载
    积分:1
  • SIFTVC6
    sift角点检测及匹配,在不同尺度空间下的角点检测方法,很方便实用。(sift corner detection and matching, the corner detection methods under different scales of space, it is convenient and practical.)
    2013-12-08 17:25:35下载
    积分:1
  • C_V
    采用半隐式方案实现变分水平集图像分割方法(Active contour without edge, image segmentation)
    2013-07-10 17:51:22下载
    积分:1
  • PCA
    主成分分析方法(PCA),PCA算法的理论依据是K-L变换,通过一定的性能目标来寻找线性变换W,实现对高维数据的降维。(Principal component analysis (PCA), PCA algorithm is based on the theory of KL transform, through a certain performance targets to find the linear transformation W, the realization of high-dimensional data, dimensionality reduction.)
    2008-06-02 11:10:27下载
    积分:1
  • lsbstegoprote-matlab
    基于lsb的图像信息隐写算法 利用MATLAB实现(lsb-steganography)
    2009-09-14 16:09:49下载
    积分:1
  • p01
    detection different object in video an moves with high accuracy
    2012-05-13 18:43:01下载
    积分:1
  • PCA_LDA_Face_Verification
    PCA+LDA人脸识别,识别率高于单独PCA或LDA算法。需要matlab dimension reducation toolbox。(Face verification using PCA and LDA fusion. Better performance than single PCA or LDA algorithm. The image database is included. Matlab dimension reduction toolbox is requrired. )
    2010-11-22 03:43:20下载
    积分:1
  • matlabsanweichongjian
    说明:  matlab三维重建程序 完整的程序,入门相当不错,值得学习!(matlab program complete three-dimensional reconstruction process started quite well, it is worth learning!)
    2010-04-20 10:21:28下载
    积分:1
  • InSAR_unwarping
    InSAR相位解缠用,好多种方法,参考或者改进其中的算法用(InSAR phase unwrapping, and a good variety of methods, reference, or to improve the algorithm by which)
    2021-02-19 10:49:44下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载