搜索资源列表
My_Canny
- 改进的canny算法,对大家有用的,下来用用吧。-improved canny algorithm, it may be useful to the right, down by using it.
ImprovedEdgeDetectionAlgorithmBasedonCannyOperator
- 基于改进的canny算子边沿提取算法,比八连同区域的的方法更精确。
My_Canny
- 改进的canny算法,对大家有用的,下来用用吧。-improved canny algorithm, it may be useful to the right, down by using it.
ImprovedEdgeDetectionAlgorithmBasedonCannyOperator
- 基于改进的canny算子边沿提取算法,比八连同区域的的方法更精确。-Based on improved canny operator edge extraction algorithm, together with the region than eight more accurate methods.
canny
- 数字图象处理的一种边源检测方法,运行起来有点慢.-Digital image processing of a source edge detection methods, up and running a bit slow.
Canny
- 基于canny方法的边缘检测方法的实现, 这是最原始的方法实现,根据不同的应用可以对其进行相应的改进-Methods based on canny edge detection methods realize that this is the most primitive method, according to different applications can be improved accordingly
canny_jiancedaima
- 边缘检测的canny方法的详细代码,自己觉得不错,希望大家能有改进的更好的代码-Canny edge detection methods detailed code, feel good, hope that we can have improved to better code
DIBDisplay
- 本科毕业设计中所做的关于canny边缘检测算法改进的程序源码,实现了自适应双阈值和动态阈值算法-Graduate design done on the canny edge detection algorithm to improve the procedures for source code to achieve the adaptive dual-threshold and dynamic threshold algorithm
improved-canny
- 改进的canny算子,实现图像的边缘检测-Improved canny operator, the edge detection of image
Canny
- 利用一中改进的canny算子,获得图像边缘,运算效率有待提高-Improved use of a canny operator, to obtain image edge, the operation efficiency to be improved
lena
- 一种基于改进的canny算法图像边缘检测,效果很不错,有参考价值-Based on improved canny edge detection algorithm, the effect is very good, a reference value
subpixel01
- Zernike矩和最小二乘椭圆拟合的亚像素边缘提取,基于改进的Canny算子和Zernike矩的亚像素边缘检测方法.kdh-Zernike moments and least squares ellipse fitting sub-pixel edge detection, Canny operator based on the improved Zernike moments and sub-pixel edge detection
Canny
- 对CANNY算子进行改进,其中详细的分析了CANNY算子的原理,已经应用改进的canny算子进行边缘检测,效果较好-CANNY operator improvements, including a detailed analysis of the principle of CANNY operator has been applied to improve the canny operator edge detection, bette
improve-canny
- 这是一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。-The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the wh
canny-bianyuanjiance
- 改进的边缘检测算法,使用迭代法和腐蚀算法处理。-Improved edge detection algorithm, using an iterative algorithm processing method and corrosion.
canny_1
- 一种改进的canny算法进行边缘提取。能够获取较好的边缘图像-An improved canny edge detection algorithm. You can get a better edge image
GAIJINBIANYUANJIANCE
- 改进的canny边缘检测 非常的好用 我已经试过了,好东西大家分享 -Improved canny edge detection is very easy to use I have tried, good things we share Thank you
canny算子进行边缘检测的源代码
- 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
改进的canny
- Canny 算法包含许多可以调整的参数,它们将影响到算法的计算的时间与实效。 高斯滤波器的大小:第一步所用的平滑滤波器将会直接影响 Canny 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有
改进的自适应Canny边缘检测算法_段锁林
- 介绍了一种改进的Canny边缘检测算法,介绍了改进算法(This paper introduces an improved Canny edge detection algorithm and an improved algorithm.)