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

搜索资源列表

  1. matlab-ImageProcessing

    0下载:
  2. vc实现的图像信号处理,包括:256色转灰度图、对比度拉伸、二值化变换、反色、亮度增减、取对数、取指数、直方图均衡、灰度均衡、阈值变换、图像镜像.-vc achieve image signal processing, including: 256-color to grayscale, contrast stretching, binarization transformation, anti-color, brightness change, check on the number of c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1541081
    • 提供者:陈兰
  1. m090621a

    0下载:
  2. 三层二维小波变换在压缩领域的应用,将一幅256*256的图像压缩为76*76-Three-two-dimensional wavelet transform in compression applications, will be a 256* 256 image compression for the 76* 76
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:543
    • 提供者:zhongyuan
  1. miyao

    0下载:
  2. 本文提出了基于二维混沌映射的数字图像水印算法,混沌具有随机性、似噪声及对初始条件的极端敏感性等特点。将经过二维混沌映射置乱后的数字水印信号嵌入图像小波域的低频系数,实现了数字水印的隐蔽性、保密性和稳固性;利用二维混沌映射Arnold变换对水印信号进行置乱,不仅增强了水印信号保密性,同时有效提高了视觉上抵抗图像剪切攻击的能力。-In this paper, two-dimensional chaotic map based on digital image watermarking algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:668381
    • 提供者:lafeng
  1. SourceCode

    0下载:
  2. 利用MATLAB实现图像的离散余弦变换的源代码-MATLAB realization of the use of discrete cosine transform image of the source code
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:655165
    • 提供者:吕晓锋
  1. filter

    0下载:
  2. 基于MFC的。实现一些比较常见的图像变换,如滤波,剪裁、旋转、颜色空间转换等-Based on the MFC. The realization of some of the more common image transformations, such as filtering, cropping, rotation, color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4390307
    • 提供者:sss
  1. DWT

    0下载:
  2. 用DWT实现二维小波变换 二维小波分解 重构图形与原始图像误值-With the realization of two-dimensional wavelet transform DWT wavelet decomposition of two-dimensional graphic reconstruction of the original image with the wrong value
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:1535
    • 提供者:sunnyrain
  1. 200732590147

    0下载:
  2. 本代码主要实现图像类文件的转换已经相应的图像处理,包括图像融合,灰度变换,模板匹配等-The main achievement of the code conversion of image types of documents have a corresponding image processing, including image fusion, gray-scale transformation, template matching, etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4005225
    • 提供者:廖小超
  1. VCdigitalimageprocessingandrealization

    0下载:
  2. 是VC++数字图像处理典型算法一书的所有代码,非常值得下载!!! 包括1图像平铺 2图像抖动显示 3点运算 4 几何变换 5 正交变换 6图像增强 7形态学 8边缘增强 9图像分析 10图像配准 11图像恢复 12图像编码 一起学习,资源共享-Is the VC++ digital image processing algorithms typical of all of the code book, well worth downloading! ! ! Including 1
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:23242731
    • 提供者:冯夏日
  1. DigitalWaterMark

    0下载:
  2. 数字图像水印,使用小波变换进行水印的添加和提取。matlab源代码。wm_embed.m嵌入。wm_extract.m提取。-Digital image watermarking, the use of wavelet transform to add and extract the watermark. matlab source code. Embed wm_embed.m. wm_extract.m extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4033
    • 提供者:李昂
  1. imageprocess

    0下载:
  2. 图像处理软件,可以实现图像的几何变换、灰度反转、均衡、直方图统计、图像复原、边缘提取、图像变换等。-Image processing software, can transform the geometric image, gray-scale inversion, balanced and histogram statistics, image restoration, edge detection, image transformation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:875952
    • 提供者:左宗鹏
  1. framework

    0下载:
  2. 图像算法框架,内涵图像处理的很多算法:包括灰度变换、几何变换、变换域处理、图像分割、图像恢复、形态学、运动图像分析等算法。测试通过。-Image algorithm framework, the connotation of a lot of image processing algorithms: including gray-scale transformation, the geometric transform, transform domain processing, image se
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4974068
    • 提供者:xzd
  1. opencv-fourier

    0下载:
  2. opencv 调整傅立叶变换图像-the fourier transformation of picture by opencv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:95229
    • 提供者:Jack
  1. ImageEnhancing

    0下载:
  2. 几种常用的图像增强代码,包括线性增强,分段增强,幂次变换等。另附图像直方图显示,二值化,中值滤波等常用功能,希望对你有帮助。-Several commonly used image enhancement code, including linear enhanced sub-enhanced power transformation. Histogram display attached images, binarization, median filtering and other comm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10744607
    • 提供者:victor
  1. imageprocessing

    0下载:
  2. 一般的图像处理都有,对初步学习者很有帮助的!尤其是写论文时需要加点处理后的图像对比,这是个很好的工具!!!点运算,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像复原,图像编码等等,结合窗口界面,用起来真的很方便!-This is a good tool of image processing, for the beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2927984
    • 提供者:杜敏
  1. demo

    1下载:
  2. Visual C++ 数字图像处理的程序,涵盖“灰度变换”、“几何变换”、“图像变换域处理”、“图像分割”、“图像增强”、“图像复原”、“图像配准”、“形态学”、“运动图像分析”、“特效显示”等多个功能。-Visual C++ digital image processing procedures, to cover " gray-scale transformation," " Geometric transform" , " image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-24
    • 文件大小:4973496
    • 提供者:成逛
  1. Walsh_transform

    0下载:
  2. 数字图像处理操作中的沃尔什变换,图像压缩编码的标准变换-Digital image processing operations in the Walsh transform, image compression standard transform coding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:150407
    • 提供者:steveying
  1. MyDIP

    0下载:
  2. 数字图像处理中的傅里叶变换的实现,在VC++环境下实现-fourier switch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:40603
    • 提供者:张小明
  1. dipsrc

    2下载:
  2. 一个VC数字图像处理系统,其中包括车牌识别系统,并带有大量图像处理特效,傅立叶变换、图像增强、图像恢复、图像编码、分析与重建等,每一项都包含有许多的子处理程序,尤其是车牌处理程序包括定位、分割、匹配、差分、平滑、均衡化、边缘检测、预处理等,了解详细情况请下载编译。 -A VC of digital image processing system, including the license plate recognition system, with a large number of i
  3. 所属分类:图形图象

    • 发布日期:2013-03-18
    • 文件大小:180456
    • 提供者:zhongxiaosheng
  1. DIBDisplay

    0下载:
  2. 图像的傅里叶变换,反变换,转成灰度图,只支持8位bmp,多文档,DIB显示,环境VS2008-Image of the Fourier transform, inverse transform, grayscale conversion, only support 8-bit bmp, multi-document, DIB showed VS2008 environment
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:162482
    • 提供者:Donic
  1. EffectShow

    0下载:
  2. VC++6环境编写的数字图像处理综合演示软件,具有窗宽窗位变换,图像分析,多种频域变换,图像增强,区域分割,特征提取的功能-VC++6 environment prepared a comprehensive presentation of digital image processing software, with a window width window level transformations, image analysis, multi-frequency domain trans
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2151705
    • 提供者:Myrrhy
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com