匹配 Resources

Showing items tagged with "匹配"

Iris recognition image normalization processing transforms the annular iris region into a standardized rectangular image, facilitating subsequent feature extraction and matching operations. The process typically involves implementing coordinate mapping algorithms to convert circular iris textures into linear representations.

MATLAB 264 views Tagged

A program designed for image category recognition that performs region matching between images based on preliminary segmentation results, implementing computer vision algorithms for accurate classification.

MATLAB 200 views Tagged

An image classification software developed using MATLAB, capable of object classification and matching recognition with comprehensive algorithmic workflows including preprocessing, feature extraction, and model training/testing.

MATLAB 279 views Tagged

Implement feature extraction and matching between two images using SIFT and RANSAC algorithms, with a bounding box highlighting the smaller image region in the larger image. The implementation involves keypoint detection using SIFT, feature matching with distance ratio testing, and geometric verification through RANSAC-based homography estimation. Execute plot.m to visualize the matching results and region localization.

MATLAB 240 views Tagged

An improved ASIFT program implemented in MATLAB that delivers outstanding image recognition and matching capabilities. This enhanced version demonstrates significant performance improvements over traditional algorithms like SIFT and SURF through optimized code implementation and additional image processing features.

MATLAB 369 views Tagged

This simple, compact MATLAB code implements speech recognition by comparing input audio signals with pre-stored voice templates; if a successful match occurs, an "access granted" signal is generated, otherwise an "access denied" signal is produced.

MATLAB 277 views Tagged