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

搜索资源列表

  1. digitalbild with C++builder

    3下载:
  2. 图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码-image processing, including extraction Laplician profile, smooth, two values, as well as details such as the image processing code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2605
    • 提供者:李萍
  1. ImgDeskew&smoothProcess

    1下载:
  2. 较强的图像处理功能,包括边缘检测、纠编、平滑、图像压缩等-strong image processing functions, including edge detection, Corrective, smooth, image compression, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:803984
    • 提供者:侯煦
  1. 用VC开发图像处理系统

    0下载:
  2. 用VC开发图像处理系统,主要是针对dib,bmp 进行图象平滑处理,灰度值处理,阙值选取及二值化等等的处理-with VC image processing system is targeted mainly Freehand, bmp images smooth, gray value, Que selection and two values of the treatment, etc.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:36298
    • 提供者:sgz
  1. da_ldgp

    0下载:
  2. 图像平滑主要是为了消除噪声。噪声并不限于人眼所能看的见的失真和变形,有些噪声只有在进行图像处理时才可以发现。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。图像中的噪声往往和信号交织在一起,尤其是乘性噪声,如果平滑不当,就会使图像本身的细节如边界轮廓、线条等变的模糊不清,如何既平滑掉噪声有尽量保持图像细节,是图像平滑主要研究的任务。-image smoothing is mainly to eliminate noise. Noise is not confined to the human
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:271256
    • 提供者:裴俊勇
  1. ImageProcessingoooop

    0下载:
  2. 图像处理完成有关直方图修改技术、平滑、锐化、几何以及频域变换等典型算法的编制,并提供对图像示例的测试结果和分析说明,开发与理论教学相配合的计算机图像处理与分析的演示系统。-image processing to complete the histogram modification technique, smooth, sharpening, geometry and the frequency domain algorithm typical transform the establishme
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2186
    • 提供者:qq
  1. TuXiangChuLiRuanJian

    1下载:
  2. 图像处理软件和源码,可一将其用于图像的各种处理,例如:图像的显示、Huffman变换、平滑、锐化、快速傅立叶变换、中值滤波-image processing software and source code, one can be used in various image processing, for example : image display, Huffman transform, Smooth, Sharpen, Fast Fourier transform, median filt
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-07-07
    • 文件大小:4102793
    • 提供者:高竹红
  1. smoothdll

    0下载:
  2. 实现图象处理的平滑算法,包括GUASS和Laplacian算法等,实用-achieve a smooth image processing algorithms, including GUASS and Laplacian algorithm, practical
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10875
    • 提供者:lixh
  1. Fingerprint

    1下载:
  2. 基于VB的指纹分析程序,可对输入的指纹图像进行黑白二次锐化、平滑图像处理、轮廓显示、特征对比、特殊显示等功能,有些处理功能类似PHOTOSHOP的功能。它的处理速度比较快,算法也值得学习。-VB-based fingerprint analysis, fingerprints can enter the second black-and-white image sharpening, smooth image processing, contour shows that the characte
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:84547
    • 提供者:Carolina
  1. SMOOTH

    0下载:
  2. 这是关于图象处理的VC++代码,一种平滑算法,供需要的朋友们使用.-This is about image processing VC++ Code, a smoothing algorithm for the needs of my friends use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:132294
    • 提供者:fujay
  1. 33

    0下载:
  2. 处理图像直方图均衡化,平滑化,尖锐化等非常实用-Histogram equalization image processing, smooth, and sharp, and so very useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:1076110
    • 提供者:tazumi
  1. Smooth

    0下载:
  2. 该段代码中有三种关于图像的平滑处理,速度一个比一个快,他们分别是从时间和空间俩个角度俩实现的。-The above code there are three on the image smoothing processing, a faster pace than they are in time and space from the perspective of two months were achieved.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:564131
    • 提供者:zengke
  1. ImageProcess

    0下载:
  2. 下代码实现了几个简单的图像处理,主要包括:平滑(Smooth)、开操作(Open)、闭操作(Close)、膨胀(dilate)、腐蚀(Erode)、图像梯度(Gradient)、顶帽(TopHat)、黑帽(BlackHat)等。-Under the code implementation of some simple image processing, mainly including: smoothing (Smooth), open operation (Open), closed oper
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:1182
    • 提供者:zcq
  1. mysmoothdll

    0下载:
  2. 实现图象处理的平滑算法.包括双线性图像插值源代码,实现图像的平滑缩放。-achieve a smooth image processing algorithms
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:828863
    • 提供者:程序
  1. Smooth

    0下载:
  2. 平滑处理:对图像进行平滑处理,滤除噪声的影响。-Smoothing: smoothing the image processing, filtering noise.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:268932
    • 提供者:阿达
  1. skindetect.m

    0下载:
  2. 有效的肤色分割程序,将RGB颜色空间转化到YCbCr空间,有效处理了光照 通过形态学处理完善了图片肤色分割的圆滑程度-Skin color segmentation and effective procedure to RGB color space conversion to the YCbCr space to deal effectively with the light through the morphological processing and improved color ima
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:741
    • 提供者:jack
  1. VC-The-image-smooth-etc

    0下载:
  2. digital image processing
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-12
    • 文件大小:4190333
    • 提供者:xiumugoing
  1. SMOOTH

    0下载:
  2. 图像处理: 打开任意的图片,能够对其实现各种滤波 例如: 加噪声模型,高斯滤波,灰度形态学滤波,均值和中值滤波 还有小波变换。 笔者已经调通 支持VS 2008 2010-Image processing: Be able to open any image and achieve a variety of filtering Example: plus noise model, Gaussian filtering, grayscale morphological filt
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:131346
    • 提供者:
  1. SMOOTH-CSharp

    0下载:
  2. C#数字图象处理 平滑处理 C#数字图象处理 平滑处理-Digital image processing C# C# smoothing process smoothing processing digital image processing C# smoothing processing digital image processing
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3222463
    • 提供者:张鑫
  1. The-image-processing

    0下载:
  2. 以对图像进行复制、粘贴、剪切、全选、取消选择和翻转。 过滤图像,包括锐化、浮雕、腐蚀、风化。对图像进行滤波处理:包括最小值滤波处理、最大值滤波处理和中值处理。 对彩色图像进行变换:包括彩色转灰度、彩色转黑白、平滑处理、霓红处理。软化图像,包括红色、绿色、橙色;硬化图像,包括红色、绿色、蓝色。 对图像进行卷积处理,包括水平增强、垂直增强和双向增强。 对图像进行边缘探测,例如右下边缘抽出,拉普拉斯(8邻域)。给图像进行对比度增强,进行FFT分析,以及对两幅图像进行合成。 可以选择
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-07
    • 文件大小:1134820
    • 提供者:国俊迈
  1. mean filter 3X3

    0下载:
  2. this code delete noise from picture and make it smooth
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:11264
    • 提供者:semo-86
« 12 3 »
搜珍网 www.dssz.com