CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - gaussian blur

搜索资源列表

  1. Space-Variant Gaussian Blurring

    0下载:
  2. 图像模糊处理的java代码,可实现dof的效果,参考photoshop lens blur效果
  3. 所属分类:图形图像处理(光照,映射..)

  1. PaintTool

    0下载:
  2. 做的是一个画图板,画直线,曲线,各种图形,以及可以调整线的粗细,颜色等,还有一些基本的图像处理功能,锐化,平滑,高斯模糊等.最后还能对图像进行保存和打开.-Do is a drawing board, drawing lines, curves, various graphics, and you can adjust the line thickness, color, etc., there are some basic image processing functions, sharpen
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28578343
    • 提供者:蔡淞
  1. Image.Design.Gaussian.filter.C.code

    0下载:
  2. 图像高斯滤波C++设计代码Image Design Gaussian filter C + + code -Image Design Gaussian filter C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:871
    • 提供者:d
  1. recovery

    0下载:
  2. 图像恢复:反滤波恢复,反滤波阈值设定有限门限恢复,高斯模糊化,傅里叶变化处理-Image Recovery: inverse filtering restoration, inverse filtering threshold recovery thresholds set limited, Gaussian blur, Fourier transform processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:724249
    • 提供者:chuchu
  1. h3_gaussianblur

    0下载:
  2. matlab 图像Gaussian Blur 的实现 USM-Filter 带有GUI窗口-matlab implementation of the image Gaussian Blur with a GUI window, USM-Filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:265121
    • 提供者:Alex
  1. baseimagpro

    0下载:
  2. 图像基本处理源代码,C语言,包含二值化、直方图均衡处理、边缘检测、高斯模糊等很多个程序代码,初学图像处理编程很好用-Basic image processing source code, C language, contains two values, histogram equalization, edge detection, Gaussian blur, and many a program code, image processing program is useful beginner
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5601315
    • 提供者:翁文第
  1. gauss

    2下载:
  2. 对图像进行高斯模糊处理的程序,用c++编写的-Gaussian blur image processing procedures, with c++ Prepared
  3. 所属分类:Special Effects

    • 发布日期:2016-11-02
    • 文件大小:1157
    • 提供者:zhangjin
  1. vcmhphoto

    0下载:
  2. VC++对一幅图像进行高斯平滑模糊处理,效果不错,可以实现类似photoshop中的高斯模糊滤镜的效果,对VC编写图像处理软件的朋友很有帮助。 -VC++ on an image of fuzzy Gaussian smoothing treatment, good results can be achieved similar to photoshop the Gaussian blur filter effect, on the VC image processing software
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:42373
    • 提供者:agang
  1. gaosimohu

    0下载:
  2. 这时高斯模糊的源码,对做图像盲复原的同学可以参考-Then Gaussian blur of the source, to make the image blind restoration of the students can refer to the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1890
    • 提供者:cjj51
  1. Gauss

    0下载:
  2. 利用高斯模糊算法对图像进行高斯模糊处理的源代码,效果不错-Gaussian blur to the image of the source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:886
    • 提供者:skylight
  1. GSM

    0下载:
  2. 演示用OpenCV对图片进行高斯模糊处理的一种方法。-OpenCV demo Gaussian blur on the image to a method of treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1097
    • 提供者:koukon
  1. TestGauss

    0下载:
  2. 图片的高斯处理得到模糊效果- Image processing by Gaussian blur
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:308545
    • 提供者:周振中
  1. gaussianblur

    0下载:
  2. 实现了高斯模糊,用模板实现,在程序中包含头文件后直接使用即可,速度还挺快,比我自己写的快了不止一个数量级,使用时TGaussianBlur<double>BlurFilter BlurFilter.Filter(pImage,NULL,512,512,13)详情请看http://www.librow.com/articles/article-9感谢该文作者的贡献-Implements a Gaussian blur, with the templates, include th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2676
    • 提供者:
  1. Gaussian-blur

    0下载:
  2. 对图像进行高斯模糊处理的VC++源代码 环境VC++6.0-Gaussian blur
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5506
    • 提供者:
  1. GaussianBlur

    0下载:
  2. 用卷积定理自己实现高斯模糊算法(很多图形图像处理课的作业哦)-Using the convolution theorem Gaussian blur algorithm to achieve their own (many graphics image processing homework assignment oh)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:18779502
    • 提供者:yvette
  1. vcphotoboth

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

    • 发布日期:2017-04-07
    • 文件大小:30705
    • 提供者:linglink
  1. Blur

    0下载:
  2. GAUSSIANBLUR blur the image with a gaussian kernel GI = gaussianBlur(I,s) I is the image, s is the standard deviation of the gaussian kernel, and GI is the gaussian blurred image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:614
    • 提供者:ALEX
  1. apex_ditecpsf

    2下载:
  2. 很好的APEX盲恢复程序,用于图像去模糊处理,适用于常见模糊,如高斯模糊、柯西模糊、大气湍流等-Very good APEX blind recovery procedures, used in image to fuzzy processing, apply to common fuzzy, such as a gaussian blur, cauchy fuzzy, atmospheric turbulence, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1021
    • 提供者:yaoqi
  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. Gaussian Filter

    0下载:
  2. 窗口大小可调节并且方差可调节的高斯滤波器(Gaussian Blur whose window size and variance can be justified according to need)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:codinggg
« 12 3 »
搜珍网 www.dssz.com