图像匹配 Resources

Showing items tagged with "图像匹配"

This project demonstrates image matching between two pictures, with functionalities including image scaling, rotation, and grayscale transformation. The package contains image files for testing the implementation, which utilizes key MATLAB functions such as imresize for scaling, imrotate for rotation, and rgb2gray for grayscale conversion.

MATLAB 321 views Tagged

Image recognition and its applications are increasingly vital in modern society. Identifying corresponding points or feature points between two images is a fundamental prerequisite and critical step for image matching. This article includes relevant images and MATLAB source code, providing a comprehensive approach to image matching using MATLAB. The implementation demonstrates key algorithms such as feature detection, descriptor extraction, and matching techniques with practical code examples.

MATLAB 250 views Tagged

MATLAB-based image matching between two pictures implements two matching algorithms: 1. SAD algorithm 2. SSAD algorithm 3. GUI-based input/output interface for user-friendly operation

MATLAB 232 views Tagged

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

MATLAB 254 views Tagged