CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 图片边缘检测

搜索资源列表

  1. tuxianbianyuanfudao2

    0下载:
  2. 主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提.-Mainly discuss how to get the picture after extracting its boundary information, the first use of the image cont
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:563073
    • 提供者:李雷
  1. Digital-Image-Processing

    0下载:
  2. Matlab图像显示与图像运算、图像直方图均衡化与图像滤波、图像频域变换及应用、图像形态学操作及其应用、图像分割、图像边缘检测等基础知识及源码,至于程序中的图片,应用者可以根据需要换自己的-Matlab image display and image computing, image histogram equalization and image filtering, image frequency domain transform and applications, image morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:50520
    • 提供者:nicole
  1. EdgeImage

    0下载:
  2. asm中有两个文件,其中c文件中用c语言实现了图片载入、边缘检测功能。asm文件用汇编语言实现了边缘检测功能-Edge Detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1372
    • 提供者:师楠
  1. image-edge-detection

    0下载:
  2. 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2868122
    • 提供者:LiChongliang
  1. bianyuanjiance

    0下载:
  2. 基于小波变换的图像边缘检测,如果把图片换成rice图片,效果会更加好-Image edge detection based on wavelet transform, if the picture replaced rice pictures, the effect will be even better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:995
    • 提供者:buewongmui
  1. images

    0下载:
  2. Hough变换、边缘检测等图像处理常用标准图片-Image processing commonly used standard image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-25
    • 文件大小:8284948
    • 提供者:柴秀丽
  1. dllProject

    0下载:
  2. 图片的边缘检测和识别,从一张照片中分割出具体的物体-Image edge detection and identification of the segmented concrete objects in a photo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4479389
    • 提供者:单位
  1. Collect

    0下载:
  2. 利用MFC进行图片采集,还进行一些边缘检测或是二值化出路等,注意必须自己进行工程的建设-Image acquisition using MFC were also some edge detection or binary way, etc., pay attention to their own construction projects must be carried out
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:31412
    • 提供者:流星泪
  1. test_canny

    0下载:
  2. 利用canny边缘检测检测图片边缘,实现图像分割。其中非极大抑制采用的是传统方式。-Using Canny edge detection of image edge detection, image segmentation. The non maximum suppression is used in the traditional way.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:173927
    • 提供者:马凌风
  1. Adaptive_Canny_Algorithm

    0下载:
  2. 一种自适应Canny边缘检测算法的实现,含对应文献及图片-adaptive edge detection based on canny algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:320974
    • 提供者:墨少
  1. segmentation

    0下载:
  2. 使用分水岭算法进行图像分割,包含边缘检测,傅里叶变换滤波等内容,文件包含.m源码以及测试图片 -Using the watershed algorithm for image segmentation, including edge detection, Fourier transform filtering,containing source code and test images
  3. 所属分类:Fractal program

    • 发布日期:2017-05-09
    • 文件大小:1619620
    • 提供者:赵乾坤
  1. Edge-detection

    0下载:
  2. Visual C++2010下使用opencv2.4.8进行图片的边缘检测-Image edge detection using opencv2.4.8 conduct
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4423106
    • 提供者:嫣然
  1. Bwboundaries

    1下载:
  2. 有效的边缘检测方法,包括灰度图像和彩色图像的边缘检测方法,并配有示例图片。-Several effective edge detection methods, grayscale and color images can be used.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:78513
    • 提供者:王孟
  1. chepaitiqu

    0下载:
  2. 本次作业是在matlab环境中实现的,主要运用了图像处理的基础知识对一张车牌图像进行预处理。如图像转换、图像形态学处理以及图像的边缘检测等来增强图像的对比度。在此基础上利用形态学方法以及投影法相结合来定位图片中的车牌,并将其从图片中剪切出来。最后,将提取出来的车牌字符分割成单个字符并组成新的图像。-This work is implemented in matlab environment, the main use of the basics of image processing on a
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1546
    • 提供者:zy
  1. CircleDetect

    0下载:
  2. 霍夫变换,圆检测,硬币检测,图片中硬币价格识别,K-mean,高斯滤波,边缘检测,gradient,包括硬币实例图片。自己写的函数,不用toolbox。-hough transform, circle detect, coin detect, coin prize calculate, edge detect, gradient, K-mean, self-define function, no toolbox library.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2415717
    • 提供者:Wynne
  1. mymfc

    0下载:
  2. 基于VS2008和Opencv2.1的MFC程序,可以实现对图片的显示和边缘检测并显示结果-VS2008 and Opencv2.1 based MFC program can be achieved on the picture display and edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14506067
    • 提供者:王立通
  1. ruihuabianyuan

    0下载:
  2. vc++编写的关于图像处理的,图片锐化边缘检测显示,算法通俗易懂,适合初学者-Vc++ write about image processing, image sharpening, according to the edge detection algorithm is easy to understand, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:973186
    • 提供者:键盘翻译家
  1. denoise

    0下载:
  2. matlab实现图像去噪,滤波,边缘检测,锐化。文件中包含m码和程序中使用到的图片。对图像添加椒盐噪声并用medfilt2函数去噪。二阶巴特沃斯滤波器滤波。-matlab realize image denoising, filtering, edge detection, sharpening. M file contains code and procedures used to the picture. Add salt and pepper noise image with medfil
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:6873
    • 提供者:Lisa
  1. program

    0下载:
  2. 通过c#来实现对图片的各种处理,包括灰度化,滤波,边缘检测。不仅是支持8bit的,也支持16bit的真彩色图像-By c# to achieve a variety of image processing, including graying, filtering, edge detection. Not only supports 8bit and 16bit also supports true color image of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1131212
    • 提供者:
  1. matlabTest

    0下载:
  2. 基于matlab的图像边缘检测,实现图像边缘检测 的效果,图片和代码都在里面-this is the edge link
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:81882
    • 提供者:太阳雨
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com