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

搜索资源列表

  1. example98

    0下载:
  2. 以柔化效果显示图片,用高斯模糊制作柔滑效果-to soften results showed photographs produced using Gaussian Blur effects of smoothness
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1278135
    • 提供者:王丽娟
  1. Image.rar

    0下载:
  2. 提供图片处理的相关方法(C#)。可以调整位图的色彩曲线,可以高斯模糊,当然还有写常见的功能比如去色啊,增强色彩等功能。,To provide the relevant image processing methods (C#). Can adjust the color bitmap curve, Gaussian blur can, of course, to write to common functions such as color, ah, enhanced features such
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:4495
    • 提供者:name_yzh
  1. gaosijinzita

    0下载:
  2. 高斯金字塔,对图像进行高斯模糊然后建立多尺度空间-Gaussian pyramid, Gaussian blur the image and then create a multi-scale spatial
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3671356
    • 提供者:xuguoqi
  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. 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. 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. cpsnr

    0下载:
  2. 一个自动添加高斯噪声 对比图像处理后psnr的程序 参数可自己修改-We want to test PSNR with variable gaussian blur. Then the different values of PSNR under different parameteres would be compared in order to find the relationship between PSNR and the gaussian blur.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2403
    • 提供者:Yang
  1. hand_1130

    0下载:
  2. 圖像二值+Erode+Dilate+Open+Median +Gaussian+Blur-Image Binarization+ Erode+ Dilate+ Open+ Median+ Gaussian+ Blur
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:770234
    • 提供者:tony
  1. gaussian

    0下载:
  2. Gaussian Blur use in image processing and low pass filter.in this source first calculate Gauss Kernel .
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:2646
    • 提供者:Delphi_CAT
  1. Gaussian-blur

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

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

    0下载:
  2. The Gaussian blur is a type of image-blurring filter that uses a Gaussian function (which also expresses the normal distribution in statistics) for calculating the transformation to apply to each pixel in the image
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:mrohaizat
  1. Gaussian-blur-with-CUDA-5

    0下载:
  2. cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
  3. 所属分类:Other systems

    • 发布日期:2017-06-12
    • 文件大小:20444160
    • 提供者:ye
  1. Gaussian-Blur

    0下载:
  2. This project for OpenCV C++. This is the most commonly used smoothing method. This is also used to eliminate noises in an image. Gaussian kernel is slided across the image to produce the smoothed image. Size of the kernel and the standar
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:520754
    • 提供者:takurcite
  1. Gaussian-prymid

    0下载:
  2. 为在图像处理、计算器视觉、信号处理上所使用的一项技术。 高斯金字塔本质上为信号的多尺度表示法,亦即将同一信号或图片多次的进行高斯模糊,并且向下取样, 藉以产生不同尺度下的多组信号或图片以进行后续的处理,例如在影像辨识上,可以藉由比对不同尺度下的图片,以防止要寻找的内容可能在图片上有不同的大小。 高斯金字塔的理论基础为尺度空间理论,而后续也衍生出了多分辨率分析。- As a technique in image processing, computer vision, signal proce
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:244716
    • 提供者:robin lee
  1. Gaussian-Blur

    0下载:
  2. 高斯模糊(英语:Gaussian Blur),也叫高斯平滑,是在Adobe Photoshop、GIMP以及Paint.NET等图像处理软件中广泛使用的处理效果,通常用它来减少图像噪声以及降低细节层次。-Gaussian Blur
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:11769
    • 提供者:xiaoshe123
  1. 500px-android-blur-master

    0下载:
  2. java实现图片动态模糊效果,即高斯模糊,可以根据需要选择模糊效果程度-java achieve image motion blur effect that the Gaussian blur, you can choose the degree of blurring effects as you want
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8155911
    • 提供者:陈耀璧
  1. gaussian

    1下载:
  2. 图像模糊,添加高斯模糊以便后续各种去模糊算法的实现处理-gaussian blur
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-25
    • 文件大小:7917794
    • 提供者:程李丹
  1. Gaussian Filter

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

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:codinggg
  1. gaussian-laplacian

    0下载:
  2. Gaussian blur, followed by laplacian.
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:165888
    • 提供者:Pietro
« 12 3 4 5 6 »
搜珍网 www.dssz.com