特征点提取 Resources

Showing items tagged with "特征点提取"

Harris_corner_detection - MATLAB implementation of Harris corner detection algorithm source code for feature point extraction and image registration applications. The implementation includes gradient computation, structure tensor calculation, corner response function, and non-maximum suppression.

MATLAB 199 views Tagged

CSS performs feature point extraction on edge images followed by matching using an improved Normalized Cross-Correlation (NCC) algorithm. The implementation involves edge detection for feature localization, similarity computation between keypoints, and algorithmic adjustments for grayscale variation handling to enhance matching robustness.

MATLAB 216 views Tagged

The general process of fingerprint recognition involves fingerprint acquisition, preprocessing, feature extraction, and feature matching. Fingerprints are categorized into three main types: whorl, arch, and loop. Image preprocessing plays a critical role since its quality directly impacts subsequent feature extraction and recognition accuracy. Code implementation typically includes noise reduction algorithms, filtering techniques, and image enhancement operations.

MATLAB 219 views Tagged