阴影去除 Resources

Showing items tagged with "阴影去除"

Disguise monitoring system. Counting people passing through monitored areas remains a critical research topic in this field, primarily relying on background subtraction processes. The method faces two major challenges: dynamic background model estimation and shadow removal. To address these, a bidirectional people counting algorithm is proposed. For developing robust counting systems, Gaussian Mixture Models (GMM) are employed to characterize background scenes. However, this algorithm lacks classification capability for detecting shadows in moving foreground objects. Performance enhancement is achieved by integrating color models with background models, improving motion object detection through shadow elimination from foreground elements. A multi-class feature-based tracking algorithm handles occlusion issues in multi-object tracking, while bidirectional counting improvement requires multi-level backward tracking procedure development.

MATLAB 206 views Tagged

"RGB_to_HSI_Conversion.m" is a main function that calls rgb2hsi.m - a custom implementation since MATLAB doesn't include this function natively, primarily used for shadow removal applications.

MATLAB 223 views Tagged