登录
首页 » matlab » SPIHT_bandelet

SPIHT_bandelet

于 2007-07-26 发布 文件大小:1795KB
0 214
下载积分: 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 个回复

  • sift-demonstration
    sift匹配与识别演示程序 运行face.m文件,载入图片后可提取sift特征点(sift demonstration.rar. run face.m)
    2011-07-08 07:09:18下载
    积分:1
  • DIP
    进行简单的数字图像处理,用MATLAB进行图像旋转,灰度,亮度调节(Perform simple digital image processing)
    2017-06-15 15:16:54下载
    积分:1
  • subset_4_6
    数字图像相关中的亚像素位移计算方法之牛顿迭代法的函数。参数包括参考图像、变形图像和迭代步长(The Function of Newton s Iteration Method for Sub- pixel Displacement Calculation in Digital Image Correlation. The parameters include the reference image, the deformed image, and the iterative step)
    2021-02-16 21:39:46下载
    积分:1
  • jixielingjianshibie
    本文提出了一种基于数字图像轮廓特征的机械零件自动有 效识别的系统。利用工业摄像镜头代替目视作为一个传感器,经过光电转换、图 像采样、图像处理、图像分析识别等一系列的操作,就可以达到机械零件识别的 目的。(This paper presents a digital image based on the outline of the characteristics of mechanical parts automatically effective identification system. Utilization of industrial camera lens as a substitute for visual sensors, through photoelectric conversion, image sampling, image processing, image analysis to identify a series of operations to achieve the purpose of identification of mechanical parts.)
    2008-05-21 00:03:34下载
    积分:1
  • Kalman-Track-filter
    带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵(The Matlab code of Kalman filter with Gaussian white noise.)
    2011-12-21 15:48:06下载
    积分:1
  • rotate
    实现图像的旋转,根据旋转矩阵进行旋转,并对结果进行调整(rotate picture)
    2010-01-14 17:46:45下载
    积分:1
  • RSIHE
    RSIHE算法(Recursive sub-image histogram equalization)。基本原理是将图像分割为等面积的2^r部分,各部分分别进行直方图均衡。文件中包含RSIHE的matlab源代码,论文,以及输入图像(RSIHE algorithm (Recursive sub-image histogram equalization). The basic principle is to image segmentation is an area of ​ ​ 2 ^ r part, the various parts of histogram equalization. File contains RSIHE matlab source code, papers, as well as the input image)
    2013-05-14 14:38:32下载
    积分:1
  • 信号去噪界面
    说明:  算法对心磁信号去噪的应用以及弱磁信号的抗干扰算法的GUI界面,以及性能分析(The application of the algorithm to the denoising of the magnetic heart signal and the GUI interface of the anti-jamming algorithm of the weak magnetic signal, and performance analysis)
    2021-03-17 09:41:46下载
    积分:1
  • ACO-edge-detection-master
    说明:  利用蚁群算法对图片进行边缘检测,该方法速度较慢但是鲁棒性高(The ant colony algorithm is used to detect the edge of the image, which is slow but robust)
    2019-12-02 16:35:33下载
    积分:1
  • 目标检测定位算法源码
    说明:  这个一个在目标检测中起定位作用的神经网络代码,不过这次我没有写使用教程,东西应该不难。(This is a neural network code that plays a role in target detection, but this time I did not write a tutorial, things should not be difficult.)
    2020-10-08 14:48:59下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载