This document summarizes a research paper on detecting and tracking human motion based on background subtraction. The proposed method initializes the background using the median of multiple frames. It then extracts moving objects by subtracting the current frame from the background and applying a dynamic threshold. Noise is removed using filters and morphology operations. Shadows are accounted for using projection analysis to accurately detect human bodies. Tracking involves computing the centroid of detected objects in each frame to analyze position and velocity over time. Experimental results showed the method runs quickly and accurately for real-time detection of human motion.