Programming Assignments of Computer Vision Course at IIT Delhi.
Implemented various concepts of Computer Vision:
Background Subtraction in these scenario:
- Baseline,
- Illumination changes,
- Camera Shake(jitter),
- Dynamic Scene(changing background) and
- Pan-tilt-zoom videos.
Template Tracking:
- Part 1 Appearance-based Techniques: sum of squared distance (SSD) and normalised cross correlation (NCC).
- Part 2 Lucas Kanade Algorithm
- Part 3 Pyramid based Lucas Kanade Algorithm
- Part 4 Live Demo
Pedestrian Detection using:
- HoG(Histogram of Oriented Gradients):
- pretrained HoG detector,
- train your own classifier by extracting HoG features.
- Faster-RCNN.