角点检测 Resources

Showing items tagged with "角点检测"

Another corner detection implementation for grayscale images, where corner detection serves as the crucial first step in image matching workflows

MATLAB 236 views Tagged

A corner detection program capable of identifying and marking corner points in images. Corner detection serves as the fundamental step in image matching, involving algorithms like Harris or FAST corner detection with specific MATLAB function implementations.

MATLAB 215 views Tagged

This repository contains the official MATLAB source code accompanying a seminal 2004 corner detection paper. The algorithm demonstrates superior performance compared to established methods like SIFT, Harris, and Susan detectors. The package includes both the original MATLAB-optimized implementation and the detailed 2004 research paper explaining the mathematical foundations and implementation approach using matrix operations and gradient-based feature extraction.

MATLAB 231 views Tagged