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

搜索资源列表

  1. QuickImage

    0下载:
  2. 这是我师兄Yu Jingtao写的一个非常完整的图像处理方面的源程序,界面类似于acdsee,可对图像进行缩放、剪切。能够处理jpg、tif、bmp等格式图像。各类处理方法是作者在学习中的累积,包括平滑、模糊、边缘锐化、傅立叶变换、腐蚀、膨胀等,有些内容与那个常用的vc图像处理程序相似,但也有很多不同的地方。-This what I saw Yu Jingtao write a very complete image processing of the source, interface Con
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:471.48kb
    • 提供者:闫霖
  1. FLib110_2

    0下载:
  2. 数字图像处理,图像的各种转化。灰度,边缘模糊-digital image processing, the images into. Gray, fuzzy edge
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.76mb
    • 提供者:我是谁
  1. A0357

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

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

    0下载:
  2. 图像分割算法之间的比较,比较前沿的放发,利用了kmeans和模糊K均值,Between the image segmentation algorithm compares the release cutting-edge hair, use a K-means and fuzzy kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2mb
    • 提供者:小牛
  1. Image-Processing

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

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

    0下载:
  2. 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:646.33kb
    • 提供者:tosh
  1. byjc

    1下载:
  2. 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
  3. 所属分类:图形图象

    • 发布日期:2013-06-24
    • 文件大小:1.11kb
    • 提供者:李思齐
  1. WinImage

    0下载:
  2. 一个简单的图像处理程序。可以进行反色,模糊,边缘探测等基本操作。目前只支持对BMP格式的图片进行处理-A simple image processing procedures. Can be an anti-colored, fuzzy, edge detection, such as basic operation. At present, only support BMP format picture to be processed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:659.42kb
    • 提供者:inotseeyou
  1. fuzzyedge

    0下载:
  2. 此程序实现了模糊增强实现图像的边缘检测,利用模糊方法结合边缘检测实现边缘点的提取。-Realize this procedure to enhance implementation of fuzzy image edge detection, the use of fuzzy edge detection methods achieve the extraction of edge points.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1.6kb
    • 提供者:李晓非
  1. ImageProc2W

    0下载:
  2. 用纯java技术实现了对图像锐化、模糊、边缘、灰度等操作功能-Pure java technology for image enhancement, fuzzy, edge, gray-level functions such as operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:56.14kb
    • 提供者:想恨菲
  1. yixuetuxiangfenge

    0下载:
  2. 基于GFO和标记点分水岭算法的医学图像分割 利用基于广义模糊算子 GFO 的边缘检测算法来改进标记点分水岭分割 很有用-GFO and marking points on the watershed algorithm for medical image segmentation based on generalized fuzzy operator GFO edge detection algorithm to improve the marking point of the waters
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:358.2kb
    • 提供者:孙琰
  1. fuzzyedge

    0下载:
  2. 该软件为本人自己开发的模糊集图像边缘检测,同时还有sobel、prewitt、robert、算子,很好用-The software developed for my own fuzzy image edge detection, as well sobel, prewitt, robert, operator, well used
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:duyaqin
  1. fcm

    0下载:
  2. 模糊C均值聚类算法处理的图像分割,模糊C均值聚类算法处理的图像分割-An image segmentation method via fuzzy c-means clustering with edge and texture information is proposed. it uses the weighting fuzzy c-mean clustering algorithm to fast implement the segmentation procedure.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2.14kb
    • 提供者:fujie
  1. inverse_winer_filter

    1下载:
  2. 对图像进行模糊处理,用逆滤波和维纳滤波恢复图像,也是实验时自己编写的代码,请多指教。-Fuzzy image processing, inverse filtering and Wiener filter to restore the image, but also experiments have written code, like him Zhijiao.
  3. 所属分类:Wavelet

    • 发布日期:2016-04-28
    • 文件大小:107.58kb
    • 提供者:GUO-xc
  1. fastcheck

    1下载:
  2. 一种改进的快速模糊边缘检测算法 能够快速有效地提取二维图像数据边缘-An Improved Fast fuzzy edge detection algorithm to quickly and effectively extract the edge of two-dimensional image data
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-02
    • 文件大小:141.92kb
    • 提供者:杜鹃
  1. fuzzy-edge-1

    0下载:
  2. This a fuzzy image edge detector which can be implemented easily in matlab-This is a fuzzy image edge detector which can be implemented easily in matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1.69mb
    • 提供者:yothesh
  1. color-image-edge-detection

    0下载:
  2. VC++结合OpenCV图像处理程序,处理RGB彩色图像,可以实现精确边缘或模糊边缘检测-VC++ with OpenCV image-processing procedures to deal with RGB color images can be precise or fuzzy edge detection, edge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.09mb
    • 提供者:吴争
  1. anchal

    0下载:
  2. program for edge detection in fuzzy image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.3kb
    • 提供者:garima
  1. Fuzzy-image-sharpening

    0下载:
  2. 模糊图像清晰化.让模糊的图像变得清晰化,包括边缘的模糊,焦距对不准,重影等-Fuzzy image sharpening,Let the fuzzy images become clearer, including fuzzy edge, the focal length is not allowed to, ghosting, etc
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:45.97kb
    • 提供者:无敌
  1. fuzzy-edge-detect

    0下载:
  2. 使用模糊增强的方法实现了图像的边缘检测功能-Fuzzy image enhancement methods to achieve the edge detection function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com