检测 Resources

Showing items tagged with "检测"

This MATLAB program utilizes the SUSAN operator to detect corner points in images, computes 128-dimensional feature vectors at these corner locations, matches feature vectors between reference and real-time images, and achieves precise image registration to obtain affine transformation parameters.

MATLAB 249 views Tagged

Complete source code for audio watermarking in DCT domain, including comprehensive implementation of watermark image preprocessing (2D binary image Arnold transformation, chaotic encryption, dimension reduction), watermark embedding/extraction algorithms, and performance evaluation using SNR and similarity coefficients.

MATLAB 228 views Tagged

A robust video edge detection algorithm implemented in MATLAB for detecting edges in video sequences. This implementation demonstrates effective edge detection with good stability, using techniques like frame-by-frame processing and edge detection operators such as Sobel or Canny. The code structure and algorithm approach provide valuable learning references for video processing applications.

MATLAB 233 views Tagged