Car Detection in a video with
1. original video frames
2. frames subtracted from the background computed
3. binary segmented frame (using thresholding / region-based filtering / morphological analysis)
4. bounding box drawn on the cars (regions) detected
This is the final project from this specialization on coursera: https://coursera.org/specializations/...
(#matlab #imageprocessing #objectdetection )