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

搜索资源列表

  1. CXIMAGE_SRC.ZIP

    1下载:
  2. Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads / p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1351991
    • 提供者:免战牌
  1. X.bmp

    2下载:
  2. 1. 对给定灰度图(或自选图)进行模糊变换,建立模糊平面。给出变换方法和结果。 2. 对图像做模糊增强。给出原理方法和试验结果。 3. 对增强后的结果图做平滑处理。给出所选平滑因子和结果图。 4. 对图像进行模糊边缘检测,说明实现步骤,给出结果图。 -1. Right to set the gray level (or on-demand) of the fuzzy transformation, fuzzy plane. Given transform methods and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:47411
    • 提供者:廖鑫鹏
  1. A0357

    1下载:
  2. 一套完整的图像处理与识别的源码(全中文注释) 这是我们内部开发与使用的一套图像处理代码,里面包括了大部分图像处理与识别处理的的函数:像模板变换,图像的平滑、锐化、边缘识别、图像中值滤波、图像模糊、图像逆滤波、图像模糊加噪、图像维纳滤波、线性变换、灰度拉伸、直方图均衡、图像腐蚀、图像膨胀、图像开运算、GIF确码编码、缩放、旋转、快速付立叶变换、离散余弦变换等等,等等,太多了。可以用于windows软件或嵌入式软件编程。内部用的,全中文注释,为了下载我才拿出来的。你们自己看着办吧。-a comp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:308049
    • 提供者:tl
  1. BlurScore.rar

    0下载:
  2. 在进行数字图像处理时,经常碰到评价一幅图像清晰度的问题,该源代码以边缘能量为基础评价一幅图像的模糊程度。,In digital image processing, we often encounter an image sharpness evaluation of the problem, the source code to the edge of the energy-based evaluation of the fuzzy degree of an image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:330079
    • 提供者:caonimabitoo
  1. fuzzymathscode

    1下载:
  2. 《通俗模糊数学与程序设计》-吴士力 的源代码-" Popular Fuzzy Mathematics and Programming" - Shi-edge source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-05
    • 文件大小:369190
    • 提供者:jory
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16464506
    • 提供者:李欣
  1. medianwavefiltering

    0下载:
  2. 中值滤波是对一个滑动窗口内的诸像素灰度值排序,用其中值代替窗口中心象素的原来灰度值,它是一种非线性的图像平滑法,它对脉冲干扰级椒盐噪声的抑制效果好,在抑制随机噪声的同时能有效保护边缘少受模糊-Median filter is a sliding window from inside the gray value pixel sequencing, using a window center pixel value to replace the original gray value, it is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:40707
    • 提供者:fujay
  1. roughsetedgedetection

    0下载:
  2. 自己做的一个基于模糊集的边缘检测处理程序,用VC6.0编写,使用了边缘信息测度的概念。-Their own to do a fuzzy set-based processing of edge detection, using VC6.0 write, use the edge information measure concept.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2658477
    • 提供者:MXJ
  1. Convolution

    1下载:
  2. 含有多种卷积核达到图像模糊,低通、高通滤波,边缘检测等目的,并且可自定义卷积核。-Contains a variety of convolution to the image fuzzy, low pass, high pass filter, edge detection purposes, and can be customized convolution.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:674703
    • 提供者:云中帆
  1. Convolution

    0下载:
  2. VC++开发的图形处理程序,可进行图形区域处理,有模糊图像、锐化图像、Laplacian边缘增强,梯度方向边缘增强,平移差分边缘增强等功能,有详细源码解释-VC++, graphics processing, graphics area can be dealt with fuzzy images, sharpening images, Laplacian edge enhancement, gradient direction of edge enhancement, edge enhance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2640700
    • 提供者:KKill
  1. 20062812486051

    0下载:
  2. 本程序主要的功能:将一副图像选定的区域(多边形、矩形、圆形、椭圆)复制到另一副图像的指定位置。 本程序辅助功能(区域或全图):  像的亮度、饱和度、色彩平衡、对比度、灰度调整。  图像的功能虑镜:反色(底片)、曝光、浮雕、雕刻、模糊、锐化、紫色、幽灵。  边缘模糊、旋转、图像缩放、图像剪切(矩形区域)。  信封打印。-The main feature of this process: the image will be
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:755213
    • 提供者:SuperCola99
  1. FuzzyMath

    0下载:
  2. 用PALKING模糊方法进行边缘检测,还有3个自适应改进方法-PALKING fuzzy method with edge detection, there are three adaptive Improvement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3198
    • 提供者:林耀明
  1. matlab4

    0下载:
  2. This paper presents a fuzzy topology-based method to facilitate the use of larger gradient kernels. The new method effectively limits the response area around the edge and prevents neighboring objects to affect each other. Synthetic images are used t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:22260
    • 提供者:sudha
  1. matlab55

    0下载:
  2. This paper presents a fuzzy topology-based method to facilitate the use of larger gradient kernels. The new method effectively limits the response area around the edge and prevents neighboring objects to affect each other. Synthetic images are used t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:33635
    • 提供者:sudha
  1. ection

    0下载:
  2. 基于模糊增强的小波多尺度边缘特征提取Fuzzy Enhancement Based on Wavelet Multi-scale edge detection-Fuzzy Enhancement Based on Wavelet Multi-scale edge detection
  3. 所属分类:Wavelet

    • 发布日期:2017-04-08
    • 文件大小:380107
    • 提供者:
  1. extraction

    0下载:
  2. 图像的多层次模糊增强与边缘提取Multi-level fuzzy image enhancement and edge extraction-Multi-level fuzzy image enhancement and edge extraction
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:250939
    • 提供者:free
  1. yinqunhemohujulei

    0下载:
  2. 基于蚁群模糊聚类算法的图像边缘检测,是用蚁群算法检测边缘的一种很好的方法,希望对蚁群爱好者有所帮助-Fuzzy clustering algorithm based on ant colony edge detection, edge detection algorithm with ant colony' s a good way to help fans want to ant
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:245354
    • 提供者:康景磊
  1. Dhiraj_edge_1

    0下载:
  2. fuzzy based edge detection useful for finding edges and boundry for the gray images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:549
    • 提供者:dhiraj
  1. rte

    0下载:
  2. edge detection using fuzzy 1-edge detection using fuzzy 1...............................................
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:627619
    • 提供者:pandey
  1. day2

    0下载:
  2. fuzzy c mean clustering, fuzzy edge detection of an medical image
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2354
    • 提供者:ranjithauma
« 1 2 34 5 »
搜珍网 www.dssz.com