I am trying to implement this:
YouTube link- https://www.youtube.com/watch?v=Qk4V_x6B7jY&t=5s
I want to use python and openCV but I am a beginner in openCV and hence, I have no idea How to implement this.
I have some basic idea. I have been able to track motion and draw a rectangle around the moving object and i am saving the co-ordinates of the rectangle in an external csv file. But, i am stuck on plotting heat map part. How to make it so that, over time when people are moving more and more in an area, the color changes from blue(normal movement ) to red (high movement) ? Please help..