分块 Resources

Showing items tagged with "分块"

MATLAB implementation of Modular PCA algorithm using Yale Face Database as example. The code performs image partitioning, PCA feature extraction on sub-images, projection coefficient calculation, and nearest neighbor classification with detailed code structure explanation.

MATLAB 234 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 256 views Tagged

This implementation demonstrates image compression using 8x8 block-based Discrete Cosine Transform (DCT) and reconstruction via Inverse DCT (IDCT): DCT serves as a separable transform for image compression encoding, while IDCT handles decompression. The process involves dividing images into blocks, applying mathematical transformations, and reconstructing with minimal quality loss.

MATLAB 241 views Tagged