高斯模型 Resources

Showing items tagged with "高斯模型"

A face detection program utilizing skin color modeling, which establishes a similarity function through Gaussian modeling, performs binarization using an optimal threshold method, and applies morphological processing to extract face regions. The implementation involves probability density estimation for skin tone classification and image processing techniques for region refinement.

MATLAB 201 views Tagged

This implementation extends the original BMP framework to process video streams. The MATLAB code establishes 3-5 Gaussian mixture models, performs real-time frame matching, and continuously updates the models for dynamic background modeling. The algorithm handles image processing tasks through probabilistic foreground detection. If you believe this code infringes upon any rights, please contact me for discussion.

MATLAB 246 views Tagged