CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab and image compress

搜索资源列表

  1. gujia

    1下载:
  2. 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:72333
    • 提供者:hujiang
  1. 61549835image-compress-denoise

    0下载:
  2. 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11555
    • 提供者:chen peilin
  1. DPCMbianma

    1下载:
  2. 对数字图像进行预测编码,并用MATLAB仿真 只做了预测部分,符号编码未作-Research on Predictive Coding and its application in compress of image
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:48225
    • 提供者:刘华烨
  1. waveletLBGcompression

    0下载:
  2. 用小波变换和LGB编码的方法压缩黑白图片。对图像进行小波变换后,仅对细节系数进行压缩,而且不同小波变换层的细节系数的压缩程度不一样。-Using wavelet transform and coding method LGB compress black and white picture. After the wavelet transform of the image, only the details of the coefficient is compressed, and differ
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:789936
    • 提供者:Yin
  1. Final_28Nov

    0下载:
  2. 2D-DCT 压缩图像后,通过QPSK,AWGN信道编码传输后,IDCT解压缩回原始图像,适用于任何图像-Using DCT to compress the orginal image, I use zigzag program, quantization, dct compression, then change the vector to bineary bit to pass through the QPSK channel. And from the binary array, I us
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4036532
    • 提供者:Jackie
  1. DCT_based_Data_hiding

    0下载:
  2. DCT-based Data hiding: dataHide.m Hide the logo image into the original dataExtract.m Extract the logo image from the original findData.m Verify the robustness of the data hiding method 。and use jpeg compress -DCT-based Data hiding: dataHide.m H
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5420
    • 提供者:
  1. dct2_img

    0下载:
  2. dct2的编程实现,用来压缩灰度图像,需要修改输入的图像名,保持和程序里的名称一致-dct2' s programming is used to compress grayscale images, need to modify the input image name, the name of maintaining and procedures where the same
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:590
    • 提供者:颜洪雷
  1. wangwei20062218

    0下载:
  2. 该程序利用Matlab编写,并带有GUI截面。实现了任意格式图像压缩的功能。并且可以对比显示压缩前后图像,显示压缩比例和压缩时间。-The program prepared by the use of Matlab, and with a GUI cross-section. Image compression format to achieve an arbitrary function. Compared before and after the show and can compress
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1920
    • 提供者:wangwei
  1. imagecompression

    0下载:
  2. 图像压缩:对图像进行压缩,取得了比较好的压缩效果。-image compression:compress the image and get a good compression results.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:394167
    • 提供者:hanhan
  1. ImageCompression_ANN

    0下载:
  2. Image Compression using Artificial Neural Networks This code is developed in MATLAB 6.5 and can used in Windows platform. Program contain all necessary files. For training the network use Train.m and Codec.m compress images by trained network.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:180054
    • 提供者:Aso
  1. Image_Compress

    0下载:
  2. 使用小波技术对图像进行压缩和解压过程,并且通过模拟信道测试计算其PSNR,通过Matlab2009a测试。-Using wavelet methods compress and decompress the image, and testing through analog channels to calculate the PSNR, by Matlab2009a test.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4064
    • 提供者:Alex
  1. JPEG_compression_image.m

    0下载:
  2. 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2195
    • 提供者:Alex
  1. zigzag

    0下载:
  2. zigzag - a step in compress and decompress for image in matlab-zigzag in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:jay
  1. DIferentialCoding

    0下载:
  2. Tool for compress and decompress for image, using differential coding prediction-Tool for compress and decompress for image, using differential coding prediction
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:91963
    • 提供者:Lusa Elena
  1. image_ann

    0下载:
  2. this code is matlab and compress image by ann.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:34291
    • 提供者:m
  1. JPEG-2000-

    0下载:
  2. 本文所做的主要工作为:研究了JPEG2000标准的原理和基本框架,对JPEG 2000标准的核心—小波变换压缩技术进行了分析研究,概要的介绍了小波理论。对EZW算法进行了详细分析和描述,包括零树的含义、结构及其扫描方法。并应用Matlab图像处理工具箱和小波分析工具箱对图像小波变换处理,并通过接口工具Mex实现在Matlab环境下对C程序EZW编码的调用,实现了应用零树小波编码算法对图像的压缩处理,简单地实现了对JPEG 2000的仿真。-The main work that this text
  3. 所属分类:Project Design

    • 发布日期:2017-10-31
    • 文件大小:665381
    • 提供者:路敬
  1. image-compress

    0下载:
  2. image compressiom and analysis,At first,compress a picture and then analyze the result by using MATLAB.-image compressiom and analysis,At first,compress a picture and then analyze the result by using MATLAB.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-03
    • 文件大小:7802
    • 提供者:liuhuihui
  1. K-Means-Clustering-and-PCA

    0下载:
  2. 此代码为matlab代码,分为两个部分。第一部分实现K均值聚类算法应用它来压缩图像。在第二部分中,你将使用主成份分析法pca来实现人脸图像的低维表示。 -This code for the matlab code, is divided into two parts. The first part of the implementation of the K means clustering algorithm to compress the image. In the second par
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:11510962
    • 提供者:pudnkobe
  1. machine-learning-ex7

    0下载:
  2. Andrew Ng Cousera 机器学习K-means勇于图像压缩 以及主成分分析PCA用在人脸识别,源代码以及说明文档。(Andrew Ng Cousera machine learning , the K-means clustering algorithm and apply it to compress an image. In the second part, you will use principal component analysis to find a low-dime
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:11488256
    • 提供者:mark198033
  1. Lossless image compression using Matlab

    0下载:
  2. it is basic step to compress image which is lossless.. what lossless mean ? image which can be reproduce completely after compression.. check it out the code and the data set
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1332224
    • 提供者:rkp
« 12 »
搜珍网 www.dssz.com