CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 图像压缩

搜索资源列表

  1. C_sharp

    0下载:
  2. 包括C#处理图像的一些基本功能,如二值化,灰度化,行程编码,压缩编码,区域增长,直方图等-Including C# some basic image processing functions, such as binary, gray, length encoding, compression, region growing, histogram, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:183737
    • 提供者:chen
  1. 2010OPENCV

    0下载:
  2. 一个最简单的OPENCV入门程序,读取图像,显示其反转片效果,给初学者一个很浅显的概念,同时帮你检验你的opencv平台是否搭建成功。用的是最“土”的控制台程序,压缩文件里有编译结果和运行方法,-OPENCV a simple entry application, read the image, showing the effect of reversal film, giving beginners a simple and obvious concept, but to help you c
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21101287
    • 提供者:jerry
  1. CT_C

    0下载:
  2. 从压缩感知原理,利用稀疏矩阵存储特征值,保证图像的不失真存储,从而有效减少运算量,实现快速在线视频跟踪。-compressive tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:6195841
    • 提供者:kevin
  1. halfimage

    0下载:
  2. opencv1.0 和vc++6.0环境下从磁盘中读入图像并显示原图和压缩图像-read image from disk opencv1.0, and vc++6.0 environment and display the original image and the compressed image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1250625
    • 提供者:易艺婷
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Write sequence with MFC+openCV. Automatic target selection box and the interframe difference the first few frames before th
  3. 所属分类:OpenCV

    • 发布日期:2016-01-23
    • 文件大小:2921472
    • 提供者:yaoyao
  1. Opencv

    0下载:
  2. 采用8种方法对图像Mat的像素进行扫描,并对像素点的像素进行压缩,压缩间隔为div=64,并比较扫描及压缩的效率,效率最高的是采用.ptr及减少循环次数来遍历图像,并采用位操作来对图像像素进行压缩。-8-Mat method for image scanning pixel pixel pixel compression and compression interval div = 64, and scanning and comparing the compression efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2143
    • 提供者:蒋代码
  1. search

    0下载:
  2. 使用opencv对图像进行压缩检索,象征提取,并返回特征结果-Using opencv image compression retrieval, symbolic extraction and return characteristics of the results
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:707
    • 提供者:蒋代码
  1. Homomorphic-filtering

    1下载:
  2. 同态滤波去噪,把频率过滤和灰度变换结合起来的一种图像处理方法,它依靠图像的照度/ 反射率模型作为频域处理的基础,利用压缩亮度范围和增强对比度来改善图像的质量。使用这种方法可以使图像处理符合人眼对于亮度响应的非线性特性,避免了直接对图像进行傅立叶变换处理的失真。-Homomorphic filtering noise, the frequency filter and the gradation conversion processing method combining an image, wh
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1380065
    • 提供者:王芬
  1. retinex.opencv

    0下载:
  2. Retinex理论的基础理论是物体的颜色是由物体对长波(红色)、中波(绿色)、短波(蓝色)光线的反射能力来决定的,而不是由反射光强度的绝对值来决定的,物体的色彩不受光照非均匀性的影响,具有一致性,即retinex是以色感一致性(颜色恒常性)为基础的。不同于传统的线性、非线性的只能增强图像某一类特征的方法,Retinex可以在动态范围压缩、边缘增强和颜色恒常三个方面打到平衡,因此可以对各种不同类型的图像进行自适应的增强。-The basic theory of Retinex theory is
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1702629
    • 提供者:吴双
  1. DCT

    0下载:
  2. 基于DCT离散余弦变换的图像压缩程序,里面还有BDCT代码段。-DCT image compression based on discrete cosine transform procedures, there is also BDCT code.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6118
    • 提供者:huyuan
  1. compressiveTracking

    0下载:
  2. 压缩跟踪 是一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒-Compression tracking A simple and efficient tracking algorithm based on compression perception. First use of random eligible for c
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3585332
    • 提供者:陈镜宇
  1. Saving-And-Loading-openCV-Mat

    0下载:
  2. 提供读写Mat对象到文件中的函数 //Mat读写工具函数,比使用imwrite和imread的优点是:支持OpenCV支持的所有通道和位深。 //缺点是不能作为图像文件直接被其它程序兼容打开,另外不支持压缩-Two functions writing Mat object to file or reading Mat object file.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:16026
    • 提供者:xycheng
  1. extract_feature

    0下载:
  2. 此工程实现提取jpeg图像的DCT系数首字母概率作为jpeg重压缩检测的特征,以此特征训练出分类模板,可以检测出一张jpeg图像是单压缩还是重压缩。-Works to achieve this extract jpeg image DCT coefficients of the first letter of the probability of detection as a jpeg heavy compression feature, this feature trained classif
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:7183
    • 提供者:赖学金
  1. Histogram-equalization

    0下载:
  2. 如果一副图像的像素占有很多的灰度级而且分布均匀,那么这样的图像往往有高对比度和多变的灰度色调。直方图均衡化就是一种能仅靠输入图像直方图信息自动达到这种效果的变换函数。它的基本思想是对图像中像素个数多的灰度级进行展宽,而对图像中像素个数少的灰度进行压缩,从而扩展像原取值的动态范围,提高了对比度和灰度色调的变化,使图像更加清晰。-If an image pixel occupies a lot of gray level and evenly distributed, so such images
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:234926
    • 提供者:张聪
  1. caijian_program

    0下载:
  2. 将图片裁剪想要大小的图像块。可以继续拓展为自动裁剪多张,压缩包内有说明,可以继续添加功能。(Cut the image to the size of the image block.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-22
    • 文件大小:20859904
    • 提供者:Tim-king
  1. ffapyx

    0下载:
  2. 基于小波零树的图像压缩算法实现,学习编码的程序,可以的(Based on the zero tree wavelet image compression algorithm, learning coding procedures, can be)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:15360
    • 提供者:郑曼莲
  1. 298375

    0下载:
  2. matlab图像处理基础源码 1,jpeg压缩 2,6个基本图像压缩源码 3,小波源码,(Image processing based on matlab source code 1, jpeg compression 3, 2, 6 basic image compression source code small wave source,)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:64512
    • 提供者:yeculua
搜珍网 www.dssz.com