CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - bmp compression

搜索资源列表

  1. matlab2

    4下载:
  2. 对“2.1.bmp”图像操作,将其放大至原来大小的1.5倍,采用双线性插值方法放大。 对“2.1.bmp”绕图像中心逆时针旋转20度,采用双线性插值方法。此题目不要使用imresize和imrotate函数,自己写程序完成。 2.对畸变图像进行矫正:”2.2.bmp”为畸变后的图像,已知畸变后图像上的四个点(118,88)(90,140)(139,168)(168,116)对应畸变前的点分别为为(98,98)(98,158)(158,158)(158,68),用对应点约束法求畸变前
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:2424
    • 提供者:单车少年
  1. lz.rar

    0下载:
  2. LZ算法的实现,是项目中的一部分(这里给出的是最基本的功能,所以没有版权问题),自己理解后完成的,用了3周时间实现最基本的功能,非常便于理解。当数据量较小的时候,压缩后的数据量可能会增大;大数据压缩会减小数据。经过测试,word文档、bmp/jpg图像压缩解压都没有问题。纯C代码,linux和windows下都可编译运行,LZ algorithm, is part of the project (given here is the most basic function, so there is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:1873
    • 提供者:丁力
  1. image-process-fundation

    0下载:
  2. 本书主要讲述了Visual c++数字图像处理典型算法及实现。全书共12章,分别介绍了数字图像编程基础、图像感知与获取、图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分割、图像配准、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。 目录 第1章 Visual C++数字图像编程基础 1.1数字图像处理概述 1.2图像
  3. 所属分类:Graph program

    • 发布日期:2017-11-01
    • 文件大小:91395
    • 提供者:杨天表
  1. huffman

    0下载:
  2. bmp图像压缩 用哈夫曼算法实现的哦 很好用-bmp image compression with Huffman algorithm achieved good use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:122986
    • 提供者:秦其天
  1. DigitalVideo

    0下载:
  2. 完成bmp文件到jpeg文件的压缩,使用DCT变换然后进行游程编码以及哈弗曼编码 实现完整的jpeg压缩过程,最后写成jpeg文件-Bmp files to jpeg complete file compression
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:20630967
    • 提供者:吴梅
  1. LZWDemo

    0下载:
  2. LZW图像压缩算法,详细讲述了BMP转gif的算法原理,请放心下载-LZW image compression algorithm, a detailed account of the algorithm principle BMP to gif, please rest assured download
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:24523
    • 提供者:方伟
  1. jpgCompress_new

    0下载:
  2. vs2010下编写的c++控制台程序,输入JPG或BMP格式图片,通过设置压缩质量对其大小进行压缩。-vs2010 prepared under c++ console program, enter JPG or BMP format picture, its size by setting the compression quality compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:473999
    • 提供者:wangjia
  1. t4_4

    2下载:
  2. 利用离散余弦变换函数(dct2和idct2)模拟JPEG压缩过程。 对“lena.bmp”做压缩,观察压缩效果。(JPEG压缩过程: 首先把原始的图像划分为8×8的子图像,然后利用dct2分别 对各个子图像进行离散余弦变换,对变换系数仅保留左上角15个值, 然后利用这15个系数进行离散余弦反变换重新得到各个子图像,再 将子图像拼接成完整图像) -Using discrete cosine transform function (dct2 and idct2) analog JPEG co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:740
    • 提供者:付兴银
  1. DCT-8x8

    0下载:
  2. 使用DCT算法实现8X8的BMP图像压缩的一个源代码,希望对大家有用~-8x8 algorithm using DCT image compression of BMP, a source code, in the hope that useful to everyone ~
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3525
    • 提供者:rowthof
  1. JPEGcoding

    0下载:
  2. JPEG压缩编码,将输入的BMP图像进行DCT变换、霍夫曼编码后输出码流。-JPEG compression coding, the input BMP image DCT, Huffman encoded output stream.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:61492
    • 提供者:Jack
  1. ImgCompresser

    0下载:
  2. C#写的图片压缩程序,可以把bmp,png等格式图片转换为JPEG进行压缩处理,允许选择压缩比,运行设置图片分辨率等比缩小。实现了对某个目录及其所有子目录内图片文件的压缩。-C# to write the image compression process, you can put bmp, png format images converted to JPEG compression process, allows you to select the compression ratio, se
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1677035
    • 提供者:s
  1. MFImgThumb

    0下载:
  2. 您是否有过从相机中取出的照片保存起来太占空间、上传太费力的经历呢? 这个小工具由此而生,特点如下: 1.本软件提供多种图片的压缩功能。目前支持图片格式有:BMP JPG GIF PNG。 2.文件列表显示支持多文件或文件夹拖拽功能、保存路径支持文件夹拖拽,保存格式增加原格式功能,增加暂停、清空列表功能 3.增加图片最大宽度设置,增加文件更名器功能 -Do you have to remove the photos collected from the camera to sa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:223518
    • 提供者:杨强
  1. libjpeg

    0下载:
  2. bmp内存压缩为jpeg,直接将bmp图像的RGB像素数据压缩为jpeg数据-bmp memory compression as jpeg, bmp directly to the RGB pixel data of the image data is compressed to jpeg
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:228456
    • 提供者:郭玉坤
  1. test

    0下载:
  2. 将bmp图片转成avi视频格式输出,并且压缩avi视频-BMP images will be converted into avi format video output, and avi video compression
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1893539
    • 提供者:guan
  1. jpeg_src

    0下载:
  2. jpeg的编解码算法,很好使用,其中包含了VC和GCC下的编译方式,可以在都在平台运行。可以将图片BMP、RGB格式的转换为jpg格式的图片,压缩率可调。-jpeg codec algorithms, very good use, which contains the VC and GCC compiler under way, can run on the platform at all. You can convert images BMP, RGB format is jpg format
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1909717
    • 提供者:王亮
  1. Huffman

    0下载:
  2. C++,图像处理源码,加载256位bmp图片,使用霍夫曼编码进行图像压缩,代码可用。- C++, image processing source code, load 256 bmp images, image compression using Huffman coding, the code is available.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4373463
    • 提供者:牛英丽
  1. Text

    0下载:
  2. 了解BMP文件的格式,实验二灰度变换,实验三图像平滑,实验四边缘提取,实验五频域变换,实验六高斯低通滤波器,实验七图像压缩,实验八 形态学变换-Learn BMP file format, two gradation transformation experiment, experiment three image smoothing, edge extraction experiment four, five frequency domain transformation experiment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1056012
    • 提供者:叶诗雨
  1. dicomTobmp

    0下载:
  2. 将无损压缩的DICOM文件转换为BMP图像,目前只能支持单帧的DICOM转换-The lossless compression of DICOM files into BMP images, currently only supports single-frame DICOM conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:701345
    • 提供者:王彬
  1. PCA_IMGCprs

    0下载:
  2. 使用主成分分析进行各种类型图像应用,只支持bmp格式的图像。压缩包内带著名的lena图像原图-Principal component analysis was performed using various types of imaging applications, which only supports bmp image format. Lena image compression band famous in the original package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:201240
    • 提供者:luosijie
  1. Image-Processing3

    1下载:
  2. BMP格式图像的简单处理,主要是图像压缩,包括Huffman、RLE和LZW三种-Simple processing BMP format images, mainly image compression, including Huffman, RLE and LZW three kinds
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1405
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com