CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像平滑 c

搜索资源列表

  1. susan

    0下载:
  2. susan算法,用于图像边角检测或者图像平滑,C-susan algorithm for image detection, or just bits and pieces image smoothing, C
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:27524
    • 提供者:李梦龙
  1. tuxiangchuli-c

    0下载:
  2. 图像处理的各种基本算法,几何变换,平滑,去澡,阀值取法,抖动,检测,匹配等等.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4369287
    • 提供者:loveyou
  1. smoothcode

    0下载:
  2. 这是关于图像平滑处理的源代码,所使用的编程语言是C++。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:23583
    • 提供者:杰瑞
  1. smooth

    0下载:
  2. visual c++编写,实现图像平滑处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:287074
    • 提供者:y
  1. 1050310722

    0下载:
  2. 用C写的图像平滑处理的程序,含有测试的图片bmp格式。代码中有注释。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:222752
    • 提供者:figure_hit
  1. pinghua

    0下载:
  2. 图像平滑处理的C代码,和运行中生成的文件,有兴趣的可以下在一起探讨
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4210
    • 提供者:lipeng
  1. 《Visual C++ 数字图像获取、处理及实践应用》

    0下载:
  2. 此文件囊括了多种数字图象处理的算法,其中包括边缘检测腐蚀膨胀图象压缩直方图修正平滑等多种图象处理技术-this document to include a wide range of digital image processing algorithms, including edge detection corrosion expansion Image Compression histogram that smoothing various image processing technolo
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2776460
    • 提供者:江龙
  1. Image Progress

    2下载:
  2. C语言写的图像处理源码。 进入 VCImageN 后在 Image1 窗口中可直接运行的演示功能有: 点处理:投影定位例 邻域处理:单点宽边界检测例、液滴边缘检测例 图像平滑(旋转掩模平均原理) 带方向边缘检测(检测原理、Kirsch 算法各分量、Robinson 算法各分量、Prewitt 算法各分量) 二值图像处理:二值化实例(不同算法比较、多模式、双阈值、比率法、分块二值化)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:10125268
    • 提供者:tkgkchl
  1. ImageProcessing.用C语言实现图像的平滑

    0下载:
  2. 用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好,Using C language to achieve image smoothing, sharpening and bilinear interpolation algorithm to achieve good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:2165
    • 提供者:fengye
  1. csharp

    0下载:
  2. c#数字图像处理算法典型实例源码,内部包括图像分割,边缘检测,颜色变换,图像压缩,灰度处理,滤波,平滑等算法实现,非常实用。源码编译、运行正常。-c# typical examples of digital image processing algorithms source code, internal, including image segmentation, edge detection, color conversion, image compression, gray scale p
  3. 所属分类:Graph program

    • 发布日期:2017-06-10
    • 文件大小:17055382
    • 提供者:李欣
  1. ImageProcessing

    0下载:
  2. 图像做预处理,平滑,去燥,和细化, 转来-Images do pre-processing, smooth, to dry, and refined, transferred to
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:580902
    • 提供者:
  1. imageprocessing

    0下载:
  2. 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fou
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:5584001
    • 提供者:吴海峰
  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. 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. ImageProcessing

    0下载:
  2. 用C#实现图像处理,包括一般处理、平滑、锐化、形态学处理以及其他处理,所上传的为完整的工程,可直接运行。-Using C# to achieve image processing, including processing, smoothing, sharpening, morphological processing, as well as other processing, for the integrity of the uploaded works, can be directly ru
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:202092
    • 提供者:
  1. picture_processing

    0下载:
  2. 图像处理包括(1) 显示图片 (2) 正交变换--包括傅立叶变换、沃尔什变换、离散余弦变换 (3) 图象增强--包括直方图显示、图象均衡化、图象规定化、图象平滑、锐化、中值滤波、低通滤波器、伪彩色编码 (4) 图象复原--非约束复原(逆滤波)、约束复原(维纳滤波) -Image processing, including (1) Show pictures (2) orthogonal transformation- including the Fourier transform
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4172360
    • 提供者:解玉芳
  1. tuxiangpinghua

    0下载:
  2. Visual C++实现数字图像平滑处理-Visual C++ realization of digital image smoothing
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:889
    • 提供者:huqiang
  1. 5[1].15

    0下载:
  2. c++数字图像平滑锐化,非常详细非常好用-c++ digital image sharpening smooth, very easy to use very detailed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2337
    • 提供者:jasonking
  1. FilterDisplay

    0下载:
  2. 开发环境C++,图像平滑滤波处理,处理速度快,图像处理效果超强-Image Filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者:Shaquille.Wu
  1. BMP

    0下载:
  2. 采用visual C++语言编写的图形图像处理的程序。可以实现BMP图像的线性变换,绘制直方图,图像平滑,梯度锐化,拉普拉斯锐化,以及多光谱图像运算的加减乘除混合计算。-Using visual C++ language graphic image processing procedures. BMP images can achieve a linear transformation, mapping histogram, image smoothing, sharpening the gra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2096198
    • 提供者:xc
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com