搜索资源列表
jiasusan
- 改进的 SUSAN 算法,用于自适应阈值的边缘检测-improved algorithm for the adaptive thresholding edge detection
SpeedGraph
- 摘要:针对高速高精度帧片机视觉检测中的元件图像分割问题,提出了一种改进分水岭算法。该算法结合传统的边缘检测和阈值分割,并采用一定的集水盆区域合并准则,有效地抑制了过分割现象。现场运行结果表明该算法效果很好,满足了帧片机视觉检测的要求。
B样条小波边缘检测的改进算法
- 第1章为绪论。简要介绍了课题研究背景、意义及研究现状。 第2章具体介绍小波变换应用在图像边缘检测的基本原理。在连续小波变 换基础上引入实际中应用范围较广的离散小波变换,重点分析了多分辨率小波 变换。 第3章介绍B样条小波边缘检测的改进算法。基于B样条小波变换,将 Contourlet变换应用在多尺度自适应阈值边缘检测中。 第4章介绍多层次自适应空间系数高斯小波边缘检测方法。将灰度共生矩 阵特征值应用在高斯小波变换中,提出一种多层次自适应算法。 第5章介绍Canny算子与小波变换结
edgedetection2003
- 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
Snake
- 一种改进Snake模型的边缘检测算法的改进方法处理图像。-An Improved Snake Model for Edge Detection Algorithm Ways deal with images.
yixuetuxiangfenge
- 基于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
oil_tank_detection
- 基于遥感影像的油罐自动检测算法,利用改Canny 边缘提取算法、改进椭圆Hough 检测算法及基于金字塔的图像搜索算法,实现了油罐的自动检测.-An Automatic Oil Tank Detection Algorithm Based on Remote Sensing Image
ColorFeatures
- 一种彩色图像的边缘检测算法,检测效果非常好,它是对Canny算法的改进,定位好,相应标准高,检测率高,误检率低-a kind of edge detection algorithm.The algoritlun employs amultpassprocessing approach that re}novesnoisefrom theRGB componentswith apre-filter, with the color edge detector then based on an ext
fastcheck
- 一种改进的快速模糊边缘检测算法 能够快速有效地提取二维图像数据边缘-An Improved Fast fuzzy edge detection algorithm to quickly and effectively extract the edge of two-dimensional image data
xiaobo_gaijin
- 改进的小波边缘检测算法,在去噪和其他方便有所改进。解压后既是源程序-bianyuan
opencvcanny
- 基于OpenCV的边缘检测算法在仪表识别中的应用与改进-OpenCV' s edge detection algorithm based on the instrument recognition and improvement
chepaidingwei_PLD
- 一个较为实用的车牌定位算法实现。采用改进的边缘检测算法。其过程为原图-》灰度化-》直方图均衡化-》边缘检测-》形态学处理-》定位车牌的上下左右边界-A more practical vehicle license plate location algorithm. Improved edge detection algorithm. Process for full size- the " graying-" histogram equalization- edge detec
canny-bianyuanjiance
- 改进的边缘检测算法,使用迭代法和腐蚀算法处理。-Improved edge detection algorithm, using an iterative algorithm processing method and corrosion.
edge-detection
- 运用c++编写的一个边缘检测算法,对传统的边缘检测算法进行了改进-Edge detection algorithm uses a c++ written, the traditional edge detection algorithm is improved
一种改进的基于Canny算子边缘检测算法
- 在图像处理中的对于canny算子的一种改进方式(An improved method for canny operators in image processing)
基于蚁群算法的图像边缘检测
- 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the direction, and the better solution is
改进的canny
- Canny 算法包含许多可以调整的参数,它们将影响到算法的计算的时间与实效。 高斯滤波器的大小:第一步所用的平滑滤波器将会直接影响 Canny 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有阈值存在的共性问题。设置的阈值过高,可能会漏掉重要信息;阈值
改进的自适应Canny边缘检测算法_段锁林
- 介绍了一种改进的Canny边缘检测算法,介绍了改进算法(This paper introduces an improved Canny edge detection algorithm and an improved algorithm.)
边缘检测
- 包括canny,sobel,log等边缘检测的改进算法,使用效果良好(Including improved edge detection algorithms such as canny, sobel, log and so on, the application effect is good.)
ImproveCanny
- 一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。(The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and t