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

搜索资源列表

  1. JPEGimage-decode

    0下载:
  2. 主要用于JPEG图像的压缩解码,可以把JPEG图像转换成BMP图像并显示-Mainly used in the JPEG image compression decoding, JPEG images can be converted into BMP images and display
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:194200
    • 提供者:李振伟
  1. aviDemo

    0下载:
  2. 录制屏幕为avi文件(没有压缩),以及从avi分解出bmp序列文件,原始代码参考智慧的鱼-The recording screen avi file (no compression), as well as a bmp sequence decomposition from avi file, the original code Reference wisdom fish
  3. 所属分类:Video Capture

    • 发布日期:2017-11-12
    • 文件大小:584415
    • 提供者:月光
  1. JPEG

    0下载:
  2. JPEG压缩算法,BMP与JPEG的相互转换-JPEG compression algorithm, BMP, and JPEG conversion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-13
    • 文件大小:31255
    • 提供者:周群
  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. Compressed-Image-File-Formats-JPEG-PNG-GIF-XBM-BM

    0下载:
  2. book abuot compression Image File Formats-JPEG,PNG,GIF,XBM,BMP
  3. 所属分类:Development Research

    • 发布日期:2017-05-10
    • 文件大小:2371018
    • 提供者:sha
  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. hfmjava

    0下载:
  2. 哈弗曼算法实现图片压缩,功能可以实现,且界面化,对于bmp图压缩效果较好-Huffman compression algorithm pictures
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:8249
    • 提供者:lee
  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 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com