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

搜索资源列表

  1. movemeent

    0下载:
  2. 基于matlab的运动模糊的参数估计与图像的恢复-movement blurred image recovery through matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14618
    • 提供者:王锐
  1. shibie

    0下载:
  2. 汽车牌照 识别,用于模糊状态下抓拍的车辆牌照号的图像识别。-to recoganize the number of car
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:1829
    • 提供者:smat
  1. VC

    0下载:
  2. 数字图像处理的C代码,包含了简单的高斯模糊,灰阶处理等-Digital image processing of the C code that contains a simple Gaussian blur, grayscale processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:806129
    • 提供者:姜旭
  1. CV_TEST_GUASS_CANNY

    0下载:
  2. 基于OPENCV的图像与处理基本算法,包括canny算子、高斯模糊两种处理方法。在控制台应用程序下编写-Based on the the OPENCV image processing of the basic algorithm, including the canny operator, the Gaussian blur handled in two ways.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3497210
    • 提供者:
  1. fuzzy-logic-image-fusion

    0下载:
  2. 提出了一种基于小波变换和模糊集的图像融合算法.其基本思想是: 首先对图像进行小波变换,获得图 像的低频和高频分量 随后在融合过程中, 对低频和高频分量采取不同的融合策略, 即对低频分量采用平均能 量法进行融合,对高频成分利用图像的模糊集, 寻求一个模糊隶属函数作为融合算子进行融合 最后再对融合 后的图像进行小波反变换,重构出融合后的图像.实验结果证明了方法的有效性.-Proposed image fusion algorithm based on wavelet transform
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:134471
    • 提供者:张凡
  1. 3466

    0下载:
  2. 提出了一种基于人类视觉系统和模糊隶属度函数的小波卫星图像融合新算法,利用小波域的人类视觉系 统经验模型,刻画图像的边缘、纹理及高亮区域, 采用模糊隶属度函数自适应地计算权系数, 在小波域上通过加权 平均实现了图像融合。-Proposed a new algorithm based on human visual system and the fuzzy membership function of the wavelet satellite image fusion using wave
  3. 所属分类:Wavelet

    • 发布日期:2017-04-16
    • 文件大小:256202
    • 提供者:张凡
  1. wrk

    0下载:
  2. 基于模糊对比度的图像增强方法,大致过程仍然是先把图像从空间域映射到模糊域,在模糊域内通过定义一个局部对比度算子,然后通过对凸函数的加强来放大像素邻域的各像素之间的差异。 -Based on the fuzzy contrast image enhancement method, the general process is still the first images from space domain is mapped to the fuzzy field in fuzzy field
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:585
    • 提供者:艾可
  1. vcphotoboth

    0下载:
  2. VC++处理图像模糊或柔化的效果示例源程序,类似Photoshop中的图像高斯模糊效果,每点击一次鼠标右键,程序为模糊一次,直到你满意为止。注意程序仅实现了模糊的功能,其它功能比如程序优化和效率方面的考虑还比较少,因此程序运行速度方面可能会欠缺一些-VC++ deal with image blur or soften the effect of sample source code, similar to Photoshop' s image Gaussian Blur effect,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:29908
    • 提供者:黄丽
  1. BlurAndSharpenDemo

    0下载:
  2. Java实现图像的模糊与锐化,实现类似于Photoshop中的模糊与锐化的效果,源代码中注释丰富,是学习Java图像操作的好范例。-Java implementation of the blur and sharpen, to achieve effects similar to Photoshop' s blur and sharpen, rich annotations in the source code, is a good example to learn Java image
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:257264
    • 提供者:陶陶
  1. contract

    0下载:
  2. 主要是利用对比增强来处理图像 利用了模糊集以及模糊熵理论-The main use of contrast enhancement to the image processing using fuzzy sets and fuzzy entropy theory
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1239
    • 提供者:艾可
  1. Gauss

    0下载:
  2. 实现图像的平滑和模糊,研一的作业,主要是利用gauss函数实现-Image smoothing and fuzzy, research jobs, mainly using the gauss function implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3934836
    • 提供者:吕凯辉
  1. splitting_bregman

    0下载:
  2. 用分裂bregman方法解决图像模糊的matlab算法,很经典,大家可以参考一下-Split bregman method to solve the image blurring Matlab algorithm, it is classic, and we can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:813848
    • 提供者:扒饭
  1. StackBlur

    0下载:
  2. 并行实现图像模糊化,用了cuda加速,代码较全-Parallel implementation of image blurring with cuda accelerate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:526055
    • 提供者:张亮
  1. iterative blind deconvolution

    3下载:
  2. 实现了迭代盲反卷积的图像去模糊,自己写的代码,没有调用matlab已有函数-Iterative blind deconvolution of images blurred, write your own code, without calling matlab existing function
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:589863
    • 提供者:张亮
  1. matlab_digital-image-

    0下载:
  2. 用matlab实现数字图像的模糊,梯度锐化和拉普拉斯锐化-Using matlab digital image blur, gradient sharpening and Laplacian sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:13480
    • 提供者:邓欣
  1. Image-enhancement-fuzzy-set

    0下载:
  2. 图像预处理的关键技术之一即是图像增强。相对于传统方法所不同的是,本方法是基于模糊理论所提出来的。希望对大家有所帮助!-One of the key technologies of the image pre-processing image enhancement. Compared to traditional methods, this method is based on fuzzy theory mentioned. We want to help!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14624
    • 提供者:潇洒
  1. Fzengqiangu

    0下载:
  2. 基于模糊最大熵的红外图像增强算法法,对于红外图像效果很好可直接使用。 -Enhancement algorithm based on the infrared image of the fuzzy maximum entropy method, the good can be used directly for the effect of infrared images.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3808685
    • 提供者:liyun9090
  1. procedure

    0下载:
  2. 在毕业设计文件的文件夹中,主要介绍了在delphi中,利用各种不同的算法来实现建立在位图上的不同效果,其中主要介绍的有曝光、浮雕、马赛克、模糊、锐化、添加杂色、喷溅、霓虹、90度旋转、水平翻转、垂直翻转。另外还做了当步撤销和图像的缩放,还有简单的jpg,bmp的格式转换。 在chap1文件夹中,有关于图像格式转换,图像浏览器等的源程序。在chap2文件夹包括灰度直方图,二值化,对比度等的源程序。在chap3文件夹中,有关于几何变换的源程序。在chap4文件夹中,有关于通道,颜色调节,颜色混合
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-02
    • 文件大小:14647485
    • 提供者:谭学敏
  1. Background-Extract

    0下载:
  2. 介绍了背景的提取与自适应更新的算法,提出了一种基于直方图统计与多帧平均混合的算法。 这种算法克服单纯的多帧图像在车流量多、车速低时出现拖尾和模糊的现象,且相对于混合高斯模 型,其计算复杂度较低。该算法已通过TIDM642 DSP硬件平台实现,实验图像结果表明,该背景提 取算法的速度快,且符合实际场景 -The paper introducesbackground extractionswith self-adaptive update algorithm and puts for
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:343093
    • 提供者:hurry up
  1. Local-motion-blur-image-processing

    0下载:
  2. 本文介绍与运动模糊图象恢复有关的基础理论,如图像退化模型,点扩散函数, 恢复过程中的振铃效应,模糊参数获取,给出了图象质量评价的一些常用指标。 -This article describes the motion blur image restoration on the basis of the theory, such as image degradation model, the point spread function, the ringing effect in the re
  3. 所属分类:software engineering

    • 发布日期:2017-05-26
    • 文件大小:9167282
    • 提供者:王鹏飞
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com