HOG特征 Resources

Showing items tagged with "HOG特征"

This program extracts HOG and LBP features from positive and negative sample images, trains a classifier using Support Vector Machines, and implements pedestrian detection. Implementation details include feature vector extraction algorithms, SVM training methodology, and sliding window detection techniques. Experimental results demonstrate effective pedestrian detection with robust performance.

MATLAB 264 views Tagged

This program provides MATLAB source code for separating pedestrians from background using pre-extracted HOG features. The implementation includes both blocked and non-blocked feature extraction approaches, where blocking involves dividing images into smaller segments for more detailed feature representation. Classification is performed using minimum Euclidean distance method for enhanced pedestrian detection accuracy.

MATLAB 279 views Tagged