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

搜索资源列表

  1. vc图像识别--2  人邮版的随书光盘

    0下载:
  2. VC++数字图象获取,处理及实践应用.数字图像模式识别技术及工程实践上的关于图像的纹理相关、局部平稳性、惯性矩等的计算源代码和程序。.. -VC digital image acquisition, processing and application. Digital image pattern recognition technology and engineering practice on the texture relevant, local smooth, and the momen
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:388753
    • 提供者:真实
  1. Debug(1)

    0下载:
  2. 用VC++编写的一个指纹预处理程序,里面有指纹分割,平滑,Gabor增强,二值化,细化,特征提取等过程,预处理的指纹图像效果很好-Using VC++ to prepare a fingerprint pre-processing procedure, there are fingerprint segmentation, smooth, Gabor enhanced binarization, thinning, feature extraction, such as the process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:155017
    • 提供者:wy
  1. tkzyk

    0下载:
  2. 远程控制软件-偷窥者 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:166958
    • 提供者:许凤
  1. toukuizhe

    0下载:
  2. 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。-The most important feature of this software are the server side and client-side socket connection between the two, one for image transmission or reception, and the other is r
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:95134
    • 提供者:buptren
  1. yuxiangchuli--pinghua

    0下载:
  2. 一幅原始图像,在获取和传输过程中,会受到各种噪声的干扰,使图像退化,质量下降. 退化会引起图像模糊,特征淹没,对分析图像不利.为了抑制噪声改善图像质量进行的处理称为图像平滑或去噪.利用高斯函数得到了图像平滑去除随机噪声中使用的平滑模板的一个较普遍的公式。该公式为图像平滑去除噪声提供了多种模板选择。针对不同的图像噪声水平,选取不同的模板,才能达到去除噪声的最理想的效果。文中给出了图像平滑的实现算法,显示结果验证了上述方法和结论。-Any picture would be affected by a
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:633795
    • 提供者:朱华
  1. Medianfilter

    0下载:
  2. 读入bmp图像,对读入的图像进行中值滤波处理,使其变得平滑-Read bmp images on the image read median filter processing, to make it smooth
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2944967
    • 提供者:侯汶杉
  1. SMTH

    0下载:
  2. 用平滑线性滤波和中值滤波2种最典型、最常用的处理算法进行程序设计,学习如何对已被噪声污染的图像进行“净化”-With smooth linear filtering and median filtering two kinds of the most typical, the most commonly used processing algorithms for programming, has been learning how to image noise pollution "
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2470
    • 提供者:顾艳华
  1. PicViewerDemo

    0下载:
  2. 本封装库对图象读取,特效,显示进行封装 功能有:对gif,pcx,tga,jpg等图像格式的读取,进行亮度,对比度,图像旋转,浮雕,颜色反转,锐化,平滑,马赛克处理. 包括全部源代码. 编译需要最新的SDK!-The package library to read the image, special effects, showing encapsulation features are: gif, pcx, tga, jpg and other image formats, rea
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-06
    • 文件大小:1210040
    • 提供者:arechi
  1. xianxinglvbo

    0下载:
  2. 程序的功能是对载入的图像进行线性滤波,滤波算子有梯度算子、平滑算子、高斯算子和拉普拉斯算子,同时可以设置滤波窗口的大小和滤波数。处理完后的图像可以进行保存。-Function of the program image is loaded linear filter, the filter operator with the gradient operator, smooth operator, Gaussian operator and Laplace operator, and can set
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:21266
    • 提供者:陈勇
  1. smth-and-sharpen

    0下载:
  2. 图像锐化:梯度算子、Roberts算子、Sobel算子边缘检测处理和Laplace算子边缘增强处理,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出。 图像平滑主要目的是减少噪声对图像的影响。平滑线性滤波和中值滤波两种。-Image Sharpening: gradient operator, Roberts operator, Sobel operator edge detection processing, and the Laplace operator edge enhanc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:98391
    • 提供者:汪晨
  1. open

    0下载:
  2. OpenCV对图像的基本操作代码示例,比如,复制,灰度化,边缘检测,轮廓检测,旋转和平滑处理。对OpenCV的初学者大有帮助。-OpenCV image of the basic operation of the example code, for example, copying, gray change, edge detection, outline detection, rotate and smooth processing. OpenCV is a great help to the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3769198
    • 提供者:mr deng
  1. HistDemoA

    0下载:
  2. 图像平滑处理(中值滤波,均值滤波,多图像平均)-Image smooth processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1923495
    • 提供者:倪彩
  1. jjava_image_pa

    0下载:
  2. java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等 -java processing digital images, including mirroring, median filtering, linear grayscale change images like smooth, fuzzy images, image reduction, sharpening, quantify, binarization imag
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:1069103
    • 提供者:edible
  1. OPENCV_MFC

    0下载:
  2. 在MFC中利用OPENCV进行图像读取,灰度化,平滑一家边缘检测处理。-OPENCV in MFC using image reading, gray, smooth an edge detection processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:3439279
    • 提供者:humin
  1. Guassian

    0下载:
  2. 通过本程序,可以实现图像的平滑处理,可以消去图像的部分噪声点,本程序用的是高斯平滑-Through this program, you can achieve the smooth processing of the image, you can eliminate the image noise point, the program is Gaussian smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:72017
    • 提供者:武阿明
  1. pinghua

    0下载:
  2. 是用VS2005实现的图像平滑处理的例程,可直接运行,并包含多副图像-With VS2005 realize the routines of the image smooth processing, can be directly run, and contains many vice images
  3. 所属分类:Wavelet

    • 发布日期:2017-11-15
    • 文件大小:1749915
    • 提供者:hejing
  1. cdmpdession-the

    0下载:
  2. 其中包括边缘检测腐蚀膨胀图象压缩直方图修正平滑等多种图象处理技术(Including corrosion expansion of edge detection image compression smooth histogram correction and so on the many kinds of image processing technology)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:260096
    • 提供者:geqeep
  1. lena512color

    0下载:
  2. tiff格式的lena原图,该图像包含了各种细节、平滑区域、阴影和纹理,这些对测试各种图像处理算法很有用。(Lena artwork in TIFF format,The image contains a variety of detail, smooth areas, shadows, and textures, which are useful for testing various image processing algorithms.)
  3. 所属分类:图形图像处理

  1. lenabmp

    0下载:
  2. 该图像包含了各种细节、平滑区域、阴影和纹理,这些对测试各种图像处理算法很有用。(The image contains a variety of detail, smooth areas, shadows, and textures, which are useful for testing various image processing algorithms.)
  3. 所属分类:图形图像处理

  1. rankasyjovronousperform

    0下载:
  2. Matlab入门级图像处理程序 低通滤波器对受噪声干扰的图像进行平滑处理,(Matlab entry-level image processing low-pass filter to smooth the image by noise,)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:SYMK&95576
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com