车辆检测 Resources

Showing items tagged with "车辆检测"

Traffic Video Vehicle Detection Implementation Process: 1. Load video file 2. Apply image extraction algorithms for vehicle detection in single frames using feature analysis 3. Implement vehicle detection algorithm across video frames 4. Visualize detection results with bounding boxes and statistical data

MATLAB 224 views Tagged

Implementation of a vehicle detection method using Haar features combined with SRC (Sparse Representation Classification). The provided files include training and test vehicle images. Note: The Haar features haven't been optimized due to time constraints, resulting in high dimensionality and slow sliding window processing. The code outputs performance statistics for reference, demonstrating sparse representation applications in vehicle detection. Key implementation aspects include feature extraction using Haar-like features and classification via sparse coding optimization algorithms.

MATLAB 222 views Tagged