Skip to content

ansilmbabl/heatmap-from-static-cameras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heatmap using OpenCV and Python

A simple project on creating heatmap of moving objects from a static camera using python and opencv

Steps

  1. creating video capture object
  2. creating a mask(heatmap) to apply heatmap on the video
  3. taking difference of the consecutive frames using a while loop
  4. removing noises
  5. applying the difference on heatmap and noramilizing it
  6. applying colormap
  7. adding colormap to the output

Output

Contact

📫 Reach me via linkedIn
📧 Mail me at [email protected]

About

heatmap of moving objects in static camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages