├── .DS_Store ├── README.md ├── diff-bkgnd-frame.jpg ├── diff-overlay.jpg ├── frame.jpg ├── heatmap_gif.gif ├── input.mp4 ├── make_video.py ├── mall.mp4 ├── mask.jpg └── motion_heatmap.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/README.md -------------------------------------------------------------------------------- /diff-bkgnd-frame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/diff-bkgnd-frame.jpg -------------------------------------------------------------------------------- /diff-overlay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/diff-overlay.jpg -------------------------------------------------------------------------------- /frame.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/frame.jpg -------------------------------------------------------------------------------- /heatmap_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/heatmap_gif.gif -------------------------------------------------------------------------------- /input.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/input.mp4 -------------------------------------------------------------------------------- /make_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/make_video.py -------------------------------------------------------------------------------- /mall.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/mall.mp4 -------------------------------------------------------------------------------- /mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/mask.jpg -------------------------------------------------------------------------------- /motion_heatmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsannaa/motion-heatmap-opencv/HEAD/motion_heatmap.py --------------------------------------------------------------------------------