搜索资源列表
susandetector
- SUSAN边缘检测及角点检测的vc实现代码,用于静态图象的边缘及角点检测,效果要视具体图象来定-SUSAN edge detection and corner detection of vc achieve code for static images and the edge angle detection, the effect would depend on the specific images to determine
7PT4QSE8
- Matlab_Harris角点检测程序-Matlab_Harris corner detection procedures
IMPROVEDSUSANDETECT
- 经典的SUSAN角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。- The classical SUSAN vertex examination algorithm after the improvement VC code, may use for to withdraw the gradation image characteristic point, uses in to
mysusan
- Matlab下的SUSAN角点检测算法,数字图象处理-Matlab under SUSAN corner detection algorithm, digital image processing
susan
- 基于susan算法的角点检测程序,susan算法也是一个很出色的算法,有的效果甚至比harris还好-Susan algorithm based on corner detection procedures, susan algorithm is also a very good algorithm, and some effect even better than the harris
susan_detect_corner
- susan实现图像的角点检测,调用的详细说明在源代码内有注释.
22219011211120071115164509189959
- SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进
susan_matlab
- 用matlab编写的SUSAN角点检测程序-Matlab prepared using SUSAN corner detection procedures
susan
- Susan算法,用于角点检测。很先进的方法,国内有人改进过,这是原来的方法。-Susan algorithm for corner detection. The most advanced methods, there are those who improved, this is the original method.
SUSAN
- SUSAN角点检测很实用,里面还有详细说明,希望对大家有帮助!-SUSAN corner detection is very useful, there is also a detailed descr iption, and they hope to help everyone!
SUSAN
- IDL编写的一个SUSAN角点检测程序,相当不错,可参考·-IDL prepared a SUSAN corner detection procedures, quite good, we can make reference
Susan
- 主要实现视频文件中对每帧图像susan角点检测,程序比较清晰易读-The main achievement of the video file for each fr a me image susan corner detection, procedures legible
keypointExtraction
- 功能强大的角点检测程序,包括harris角点检测、susan角点检测等-A powerful corner detection procedures, including the harris corner detection, susan corner detection, etc.
susan
- 基于susan算法的角点检测程序,提供对图像特征准确,鲁棒,快速的提取-Susan algorithm based on corner detection procedures, providing an accurate image features, robust, fast extraction
MySUSAN
- SUSAN 算法 可以利用susan算法进行图像的角点检测-SUSAN algorithm can susan algorithm for image corner detection
jiaodianjiance
- 图像角点检测程序,里面有Harris角点检测算法和SUSAN角点检测算法,以及局部极大值的算法-Image corner detection procedures, which are Harris corner detection algorithm and SUSAN corner detection algorithm, and the local maximum of the algorithm
susan2l
- susan角点检测程序,在 vc环境下可执行。-susan corner detection program, executable under vc.
SUSAN
- SUSAN算子检测图像边缘和角点,可以自己定义不同的检测模板,实现不同功能的角点检测。-SUSAN operator detect image edges and corners, can define a different template to different functions of the corner detection.
CurvaturePScalePSpace
- Curvature Scale Space,用于角点检测,效果优于Harris,Susan等角点检测算法-corner detector
角点检测
- Harris和Susan的角点检测,以及自己实现的例子(Harris & Susan corner detection)