1

Im looking to implement a heatmap of a video in OpenCv...Im aiming for three colours where colour1 represents maximum density,colour 2 represents lower density and so on...Any idea how I can go about this??Im not able to find any generic links on how to design a heatmap on the net.

ashwin shanker
  • 303
  • 1
  • 7
  • 20

1 Answers1

1

I think this is what you're looking for:

OpenCV: How to visualize a depth image

OpenCV has (in the contrib module) a color mapping algorithm, together with some pre-defined maps, very similar to what you'd find in Matlab.

Community
  • 1
  • 1
Sam
  • 19,708
  • 4
  • 59
  • 82