Creating a heat map
-
Hello, i am a student and i am quite new to qt. i am trying to make a small project for University. i wonder Is there a method to make a heat map Qt6 with data collected from arduino. If possible which libraries are better to use.
-
Hello, i am a student and i am quite new to qt. i am trying to make a small project for University. i wonder Is there a method to make a heat map Qt6 with data collected from arduino. If possible which libraries are better to use.
@guilherme-andrade said in Creating a heat map:
Hello, i am a student and i am quite new to qt. i am trying to make a small project for University. i wonder Is there a method to make a heat map Qt6 with data collected from arduino. If possible which libraries are better to use.
Not something I know of in Qt, but if allowed, you could use OpenCV's ColorMap.
Or you implement something like that yourself. Using Gradient/HSV Color-space...