背景 Resources

Showing items tagged with "背景"

Otsu's Maximum Inter-class Variance MATLAB Code - Principle Explanation: Otsu's method, proposed by Japanese scholar Nobuyuki Otsu in 1979, is an adaptive threshold determination technique also known as the Otsu method. It segments images into background and foreground based on grayscale characteristics. A larger inter-class variance indicates greater distinction between the two components; misclassifying foreground as background or vice versa reduces this distinction.

MATLAB 290 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