Problem statement Motion detection and tracking system:
- create a tracker based on motion in python.
- It should be able to detect motion from your webcam and then also track each object motion simultaneously, keeping track of each object.
- You have to implement preprocessing and post processing on your input image to improve the results.
- You then need to show input image, preprocessed image, post processed motion mask and final image with object tracking.