图像识别 Resources

Showing items tagged with "图像识别"

This source code implemented in MATLAB provides various examples of image recognition algorithms and techniques, including practical implementations of feature extraction, pattern classification, and object detection methods.

MATLAB 183 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 363 views Tagged

This collection includes dozens of practical MATLAB programs covering image denoising, image recognition, RBF neural network training, cubic spline interpolation, linear equation system solving, and more. Each program is accompanied by technical explanations of algorithms and implementation approaches.

MATLAB 194 views Tagged

MATLAB Object Recognition and Counting: Implementing object detection and quantification in images using SIMULINK programming methodology. The implementation involves image preprocessing, segmentation algorithms, and blob analysis for accurate object counting. Key files include testpart.jpg (test image), readimg.m (image reading function with imread() implementation), and imagecount.mdl (main SIMULINK model for recognition and counting). Test image features a wheel with 24 visible gaps for validation.

MATLAB 299 views Tagged