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

搜索资源列表

  1. 模拟图像边缘检测的C代码[原创]

    1下载:
  2. 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pse
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:hj
  1. sobel_edgedetection

    0下载:
  2. 边缘检测是图像处理的基本方法之一,SOBEL算子检测法具有检测准确,抗噪强等优点-Edge detection is the basic image processing method, SOBEL Operator detection method is accurate detection, anti-noise advantage
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:966
    • 提供者:林海
  1. Laplacian

    0下载:
  2. 利用Laplacian Mask进行的边缘检测法,利用Laplacian进行的边缘检测
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2436494
    • 提供者:钱靖
  1. Background-subtraction

    1下载:
  2. 使用背景差分法提取出运动目标,再利用边缘检测法对目标进行跟踪。-Use background subtraction to extract moving objects, and then use edge detection method to track the target.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:798920
    • 提供者:刘敏
  1. gaussgradient

    0下载:
  2. 本算法是基于高斯分布的梯度边缘检测法,采用MATLAB实现-The algorithm is based on the Gaussian distribution of the gradient edge detection method, the use of MATLAB to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1980
    • 提供者:黄石
  1. lplsrhs

    0下载:
  2. VC++中使用拉普拉斯边缘检测法对BMP位图进行锐化的实例包。VC++处理图像的时候会用到,锐化功能会使一幅图片的轮廓更清淅,看上去图片也就更清淅,但有时候锐化过多会使图像严重失真,这就要看锐化方法的不同了。 -VC++ in the use of Laplacian edge detection method for sharpening bitmap BMP examples package. VC++ to deal with images when used, will featur
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:42483
    • 提供者:lijunhui
  1. lplsrhs

    0下载:
  2. VC++中使用拉普拉斯边缘检测法对BMP位图进行锐化的实例包。VC++处理图像的时候会用到,锐化功能会使一幅图片的轮廓更清淅,看上去图片也就更清淅,但有时候锐化过多会使图像严重失真,这就要看锐化方法的不同了。-VC++ in the use of Laplacian edge detection method for sharpening bitmap BMP examples package. VC++ to deal with images when used, will feature a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:41818
    • 提供者:106
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. gaborfilter

    0下载:
  2. gabor 滤波器 用奇域边界检测法。再用canny 算子进行边缘检测。能很好的去除图像的伪边缘-gabor filters edge detection method by Qi Yu. Then canny edge detection operator. Well remove the image of the pseudo-edge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:2528
    • 提供者:guihaitian
  1. MyDIP

    0下载:
  2. VC++中使用拉普拉斯边缘检测法对BMP位图进行锐化的实例,VC++处理图像的时候会用到.-VC++ using Laplace edge detection method of sharpening the bitmap BMP example, VC++ will be used when the image processing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:50742
    • 提供者:hehong
  1. 2

    0下载:
  2. 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1153
    • 提供者:xiaowei
  1. Tracking-frame-difference

    0下载:
  2. 使用帧差法提取出运动目标,再利用边缘检测法对目标进行跟踪。-Extracted using the frame difference moving target, and then use edge detection method for target tracking.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1562
    • 提供者:刘敏
  1. piC_cut

    0下载:
  2. 图像分割,集合了边缘检测法,阈值检测法,边界分割法,区域分割法等,采用VC++编写,-Image segmentation, a collection of edge detection, threshold detection, boundary segmentation, region segmentation method using VC++ writing,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9155144
    • 提供者:fang
  1. Matlab-GUI--for-Image-Segmentation--

    1下载:
  2. 用Matlab的GUI界面设计的图像分割演示,包括阀值法、边缘检测法、区域法-Demonstrates the Matlab GUI interface design, image segmentation, including the threshold method, edge detection method, regional law
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:1143339
    • 提供者:candyone
  1. Segment

    0下载:
  2. VS2008环境下使用C++进行图像分割编程 具体功能如下: 边缘检测法 阈值分割法 边界分割法 区域分割法 彩色分割法-VS2008 environment the use C++ image segmentation programming features are as follows: color segmentation method for edge detection threshold segmentation boundary segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9715254
    • 提供者:陈鹏宇
  1. picture

    1下载:
  2. 图像处理的一般方法,包括图像的增强、二值化阀值分割法、边缘检测法、流域分割法, 计算扁圆度、方向角、孔隙率等-The general method of image processing, including image enhancement, binarization threshold segmentation, edge detection, watershed segmentation method and calculate oblate, orientation angle, po
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:46471
    • 提供者:黎伟
  1. matlab-code

    0下载:
  2. 边缘检测法和阈值分割法,是图像分割技术应用中两项重要的方法。本文介绍了图像边缘检测和阈值分割的一般原理、典型算法以及研究现状。本文针对边缘检测算子和几种阈值分割技术进行了详细讨论。针对火柴根数统计和钢筋根数统计两个实验,在详细分析检测原理的基础上,编写了相应的实验并给出了实验结果。-Edge detection and thresholding method, image segmentation is an important technology in two ways. This arti
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3258283
    • 提供者:Ray
  1. Comparison-of-edge-detection-method

    0下载:
  2. 为了在实际应用中能够选择最佳的边缘检测方法,采用Matlab语言鳊程,将若干常用的边缘检测方法应用于花瓶边缘检测仿真实验.包括微分算子法(Robert算亍、Sobel算予、Prewitt算子和Kirseh算子)、高斯一拉普拉斯算子法、坎尼算子法、零交叉法和Frei—chen边缘检测法等,并进行了对比分析。-In practice, in order to be able to the best edge detection method using Matlab language bream
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:586317
    • 提供者:焦峰凯
  1. PICTURE

    1下载:
  2. 图像处理的一般方法,包括图像的增强、二值化阀值分割法、边缘检测法、流域分割法, 计算扁圆度、方向角、孔隙率-General method for image processing, including image enhancement, binarization threshold segmentation method, edge detection, watershed segmentation method to calculate the oblate degree, directio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:67800
    • 提供者:钱先洋
  1. picture

    0下载:
  2. 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transf
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:467403
    • 提供者:我去
« 12 »
搜珍网 www.dssz.com