文件名称:CANNY

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 7kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 王**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

CANNY EDGE DETECTION

Canny edge detection 的步驟:

1. 將原始影像和高斯濾波器做摺積。

2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度

3. 找出四個方向中的最大值作為目前像素的邊線強度。

4. 依據步驟 3 將梯度方向分成四個區域

5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。

6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從鄰近

點(neighbor)中找出梯度強度大於 low T 的像素,即可得到我們要的邊緣輪廓。

UML處可以選取影像路徑-Canny edge detection steps:

An original image and the Gaussian filter to do the convolution.

Edge intensity of 2 using the first derivative of the mask obtained for each pixel on the image in four directions

Find the maximum value in the four directions as the edge intensity of the pixel.

(4) in accordance with step 3 of the direction of the gradient is divided into four regions

5 non-maximal Delete: to find out the maximum value along the direction of the gradient, and reserves the right, the rest are set to zero.

6 set two thresholds a low T and high T-high T to select the best edge pixels, from the neighboring

Points (The neighbor) to find the gradient strength is greater than the pixels of a low T, you can get to the edge contour.

UML at you can select the image path
(系统自动生成,下载前可以参看下载内容)

下载文件列表

CANNY\CannyEdgeDetector.java

CANNY

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org