CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 图像 高斯

搜索资源列表

  1. 深度图像生成

    0下载:
  2. 深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:213866
    • 提供者:陈先奎
  1. 深度图像

    0下载:
  2. 深度图像生成:主要用于生成圆球的深度图像,并计算物体的高斯和平均曲率,以及生成表面类型图像-depth image generation : mainly used to generate the depth sphere images, and calculated objects and the average Gaussian curvature, surface types and generating images
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:48635
    • 提供者:陈先奎
  1. 图像增强处理

    1下载:
  2. 使用了Box平滑模板、高斯平滑模板、拉普拉斯锐化模板对图像进行增强处理。-This project make use of Box moduling board,Goss moduling board and Laplas moduling board to enhance the images.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2211
    • 提供者:doctorsuo
  1. GaussianBlur

    0下载:
  2. C#图像高斯模糊的处理,效率很高。我可以找了很久才找到的。-a very efficient c# program for Gaussian Blurring of a image.It took me a long time to find it!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1807
    • 提供者:阿山
  1. 对图像进行高斯模糊处理的源代码

    0下载:
  2. 对图像进行高斯模糊处理的源代码, 上传来和大家一起分享。-shareing souce code for Gassian blurring of a image.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:44201
    • 提供者:林林
  1. PhotoEffect

    0下载:
  2. 可以做各种图像特效的DLL(含代码)。包括:Alpha混合,高斯模糊、灰度,-can do all kinds of image effects DLL (including code). Including : Alpha mixed Gaussian fuzzy, gray, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:36110
    • 提供者:王晓光
  1. Cpp1

    0下载:
  2. 使用c++语言处理图像,可以对图像进行Perona-Malik的模仿。 Cpp1.cpp包含了所有代码 分为读取图像函数,高斯平滑,基于Perona-Malik模型的离散化处理,使图像得到平滑,一致噪声,里面还包括了保存处理过后的图像函数。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3668
    • 提供者:方哲
  1. yuhui

    0下载:
  2. 部分图像识别算法,包括robert因子,laplace算子,轮廓提取,高斯滤波-part of an image recognition algorithm, including robert factor, Laplace operator, contour extraction, Gaussian filter
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59707
    • 提供者:余晖
  1. c#图像高斯滤波

    1下载:
  2. c#图像高斯滤波
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-10
    • 文件大小:2952791
    • 提供者:derksyq
  1. opencv_gaussian filter median filter

    0下载:
  2. opencv_ 应用gaussian filter 高斯滤波 and中值滤波 median filter 处理图像的简单程序
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-05-06
    • 文件大小:1430310
    • 提供者:lulvyanfeng
  1. 图像中添加高斯噪声的功能

    0下载:
  2. 该程序是利用opencv编写的,实现的是在一幅图像中添加高斯噪声的功能。,The program is to use opencv prepared to realize is that in an image to add Gaussian noise function.
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-04-09
    • 文件大小:3121742
    • 提供者:贺燕
  1. openCV图像处理,内含边缘检测

    0下载:
  2. openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
  3. 所属分类:GDI/图象编程

    • 发布日期:2016-01-25
    • 文件大小:1039360
    • 提供者:bodysen
  1. imageGUI

    2下载:
  2. 运用MATLAB工具箱实现图像处理的GUI程序设计 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:33770
    • 提供者:小比
  1. vcmhphoto

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

    • 发布日期:2017-04-05
    • 文件大小:41739
    • 提供者:118
  1. tuxiangchuliyuanma

    0下载:
  2. 图像进行二值化处理、对角镜像处理、离散余弦变换处理、离散余弦变换处理、高斯模糊处理、直方图均衡处理、水平镜像处理等20多种常用图像处理的C++源码-Binary image processing, diagonal image processing, discrete cosine transform processing, discrete cosine transform processing, Gaussian blur processing, histogram equalization
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:17769
    • 提供者:bbdlp
  1. JJ

    0下载:
  2. 关于BMP图像的二值化,box平滑,高斯平滑,中值滤波等,使用的是VC-smooth sharpen of BMP photoes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:3869
    • 提供者:唐国良
  1. ImageManager

    0下载:
  2. 实现图像处理的几种算法,包括高斯平滑,中值滤波,锐化等。-Realize image processing algorithms, including gaussian smooth, median filtering, sharpening, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:647423
    • 提供者:feng
  1. picture-gauss

    0下载:
  2. 图像识别算法的一部分。有PS高斯模糊、锐化、阙知、变形、提线等各种图像算法。还有图像的DCT变换的快速算法。-Part of the image recognition algorithm. PS Gaussian blur, sharpen, Que know, deformation, mentioning lines and other image algorithms. Fast algorithm for image DCT transform.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-26
    • 文件大小:9398152
    • 提供者:fly22
  1. TestGauss

    0下载:
  2. 对图像进行高斯模糊的小程序,大家可以试试看-Gaussian blur to the image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:319740
    • 提供者:罗雄辉
  1. Algorithm

    0下载:
  2. 图像处理的颜色空间转换,经典拉普拉斯,高斯等滤波处理算法,以及简单的地形校正算法实现源码-Image processing, color space conversion, the classic Laplace, Gauss filtering algorithm for processing, and the simple terrain correction algorithm to achieve source
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-20
    • 文件大小:18145
    • 提供者:Richard
« 12 »
搜珍网 www.dssz.com