Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.34 KB

Motion_detection

Method: I am detection motion by using successive frame subtraction in a video file or webcam and i am using contours to represent the motion.

Note: For every object there are multiple contours because i did't given any specific size to contours the reason is my objects in video file are in different scales.

Results

screenshot from 2018-10-16 11 50 49 screenshot from 2018-10-16 11 51 14 screenshot from 2018-10-16 11 50 39

Motion_tracking

Method: I have used lucas kanade algorithm to detect the optical flow of an objects in successive frames

Results:

figure_1 figure_1-1 figure_1-2 figure_1-3