0

I'm building a program in C# that calculates the spread of heat in a surface. I performed all the physical mathematical calculation and got the results in matrixes. (DataTable, which i added a functionallity to convert to float[,]). I want to present this heat expansion in a graphical way as heat image like so: Heat Expansion Image

I'm not looking for the most efficient way, I'm just looking for the simplest quickest way.

Erez Konforti
  • 243
  • 5
  • 19
  • You can manipulate a bitmap's pixels directly: http://stackoverflow.com/a/20182830/996081 – cbr Feb 20 '16 at 23:50
  • The simplest way usually is not the quickest way. How many data do you have? – TaW Feb 21 '16 at 07:48
  • I meant the quickest and simplest to code.. And I've got over 50,000 cells in the array.. anyway, I found a solution online using OpenCL OpenGL – Erez Konforti Feb 23 '16 at 16:13

0 Answers0