阴影检测 Resources

Showing items tagged with "阴影检测"

This code implements shadow detection and elimination using HSV color space conversion. It extracts both foreground and background images, leveraging HSV's human perception-like color representation for accurate shadow identification while maintaining computational simplicity.

MATLAB 246 views Tagged

Core functions include precise vehicle positioning and shadow detection, specifically designed for highway image processing with robust performance in shadow-rich environments

MATLAB 227 views Tagged

This repository contains the official implementation from Dr. Lalonde's ECCV 2010 paper (Carnegie Mellon University), featuring comprehensive image processing workflows including image segmentation, feature extraction, and AdaBoost classification. The code employs sophisticated features such as color ratios, texture analysis, and skewness measurements, integrating road scene context for robust shadow detection. The implementation demonstrates high detection accuracy while requiring substantial computational time, making it valuable for shadow detection research and development.

MATLAB 198 views Tagged

Background: This shadow detection method was proposed by Mr. J.W. Hofstee and Mr. E.J. Hanten in their paper "Shadow Segmentation Based on Image Transformation for Illumination Changes" presented at the International Conference on Agricultural Engineering in Zurich (July 6-10). Key Technology: Implements shadow detection through illumination-invariant image transformation. The algorithm successfully detects shadows in certain images but shows varying performance across different image types, indicating potential areas for optimization in practical implementations.

MATLAB 204 views Tagged