matlab代码:Harris角点特征提取我要分享

Matlab code: Harris corner points extraction

matlab 代码 提取 特征 Harris

关注次数: 219

下载次数: 0

文件大小: 1.26 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:本代码实现了Harris的角点特征提取:计算图像亮度f(x,y)在点(x,y)处的梯度、构造自相关矩阵、提取特征点、在计算完各点的值后,进行局部非极大值抑制


English Description:

This code implements the Harris corner feature extraction: image brightness of f (x, y) at point (x, y) gradient, autocorrelation matrix is constructed, at extracting feature points, calculate the value when you are finished, partial non-Maxima suppression


代码预览