检测 Resources

Showing items tagged with "检测"

Dyadic wavelet multi-level decomposition is a wavelet-based multi-scale image decomposition method for edge detection, successfully achieving multi-scale decomposition and reconstruction of images using wavelets with key implementation algorithms and function descriptions.

MATLAB 277 views Tagged

A line detection algorithm utilizing Hough transform that leverages point-line duality between image space and Hough parameter space. The implementation transforms detection problems from image space to parameter space, where simple accumulation statistics are performed. By identifying accumulator peaks in Hough parameter space, the program effectively detects lines. The core algorithm involves mapping edge points to sinusoidal curves in parameter space and detecting intersections through voting mechanisms.

MATLAB 261 views Tagged

This article introduces an improved detection algorithm for MIMO-OFDM systems—the sphere decoding algorithm. The implementation covers VB sphere decoding, CL sphere decoding, and enhanced variants (KCL and CL-MMSE algorithms). The simulation code can generate performance results, demonstrating algorithm effectiveness through MATLAB implementation with key functions handling signal constellation, search radius optimization, and metric calculations.

MATLAB 219 views Tagged

This program implements image processing techniques to detect lines in images, marking detected lines in green with '+' symbols indicating endpoints, while highlighting the longest line using a distinct color for better visual differentiation.

MATLAB 234 views Tagged