图像匹配 Resources

Showing items tagged with "图像匹配"

Implementing image matching of two images in MATLAB using two distinct algorithms: 1. Grayscale-based template matching 2. Improved template matching algorithm with GUI-based input/output interface.

MATLAB 258 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 247 views Tagged

This section details our implementation of the Speeded-Up Robust Features (SURF) algorithm and its adaptation for mobile devices, including key code modifications for platform compatibility. We analyze the trade-off between matching accuracy and the speed of nearest-neighbor search, demonstrating an order-of-magnitude acceleration with minimal impact on performance through optimized data structures and approximate matching techniques.

MATLAB 258 views Tagged