搜索资源列表
susan
- 本代码是对susan算子的实现,susan可以提取图像的边缘和角点,对噪声不敏感,且速度快,目前主要是用于提取角点
susan
- susan算子的相关资料 包括文献及相关代码
susan
- SUSAN算子是角点检测算法中的典型,这是VC环境下的源代码。
susan
- susan算子提取算法,提供对图像特征准确,鲁棒,快速的提取,并采用高效代码实现-extraction algorithm, the image features provide accurate, robust, fast extraction, and the introduction of efficient implementation of the code
susan算子边缘检测
- 用SUSAN算子进行图像的边缘检测
suan算子
- 实现了susan算子
基于Susan算子和光流法的三维点云模型重建
- 基于Susan算子和光流法的三维点云模型重建
susan
- susan算子提取算法,提供对图像特征准确,鲁棒,快速的提取,并采用高效代码实现-extraction algorithm, the image features provide accurate, robust, fast extraction, and the introduction of efficient implementation of the code
susancode
- 图像处理中SUSAN算子的MATLAB实现,配有测试图片。-image processing SUSAN operator of MATLAB, equipped with the testing picture.
susan
- 本代码是对susan算子的实现,susan可以提取图像的边缘和角点,对噪声不敏感,且速度快,目前主要是用于提取角点-This code is susan Operator realize, susan can extract image edge and corner, is not sensitive to noise and speed, are mainly used to extract corner
SUSAN_CORNER_MATCH
- 本MATLAB 程序 利用SUSAN 算子来检测用点 通过角点来 计算角点处的128维向里 对这些基准图像和实时图像的向量进行匹配 实现图像的配准确 从而得到仿射变换参数-The MATLAB program using SUSAN operator to detect the use of points through the corner points to calculate the angle to where the 128-
22219011211120071115164509189959
- SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进
susan
- susan算子的相关资料 包括文献及相关代码-Operator susan relevant information, including literature and related code
edge-detect-algorithm-comparison
- 边缘检测算法的比较,有susan算子,log算子,prewitt算子-Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
susan
- 这是一个SUSAN算子边缘检测程序.平台:MATLAB7.0.-This is a SUSAN edge detection operator procedures. Platform: MATLAB7.0.
susan
- 用MATLAB实现的SUSAN算子,用于图像的边缘检测-susan detect edge!
Susan
- Susan算子 用于图像边缘提取。 和图像角点提取-Susan operator for image edge extraction. And Image Corner Detection
susan
- susan算子的源码一老外写的,貌似很好-susan corner detection
SUSAN
- SUSAN算子检测图像边缘和角点,可以自己定义不同的检测模板,实现不同功能的角点检测。-SUSAN operator detect image edges and corners, can define a different template to different functions of the corner detection.