图像检测 Resources

Showing items tagged with "图像检测"

This process involves reading an image, performing binarization and other operations to identify all circles in the image, marking them with red circles, and displaying the processed image in a window. The implementation utilizes computer vision algorithms and library functions for accurate circle detection and annotation.

MATLAB 226 views Tagged

This MATLAB implementation performs keypoint detection on input images, identifying salient points that typically correspond to important objects within the image. These keypoints serve as robust features for object recognition and image classification tasks. The algorithm can be executed by running the demonstration script Ldx_GoSalScale.m (compatible with MATLAB 7.0 environment), which showcases practical usage examples and demonstrates the core detection methodology.

MATLAB 362 views Tagged

The SURF operator (Speeded Up Robust Features) is a robust image detection and description algorithm. Partially inspired by the SIFT operator, standard SURF implementation runs several times faster than SIFT while demonstrating superior stability across various image transformations, using integral images and Haar wavelet responses for efficient feature computation.

MATLAB 220 views Tagged