Tag: C#

Heat map generators (image, procedural) [imbSCI.Core 0.1.3.7 | imbSCI.Graph 0.1.0.30]

New versions of NuGet packages are released: imbSCI.Core 0.1.3.7 imbSCI.Graph 0.1.0.30 Among other new classes, now you have: image to heat map model converter framework for procedural heat map model conversion // namespaces relevant for the topic using imbSCI.Graph.Graphics.HeatMap; using imbSCI.Core.math.range.matrix; // namespaces used in examples below using Microsoft.VisualStudio.TestTools.UnitTesting; using imbSCI.Data.enums; using System.IO; using imbSCI.Core.files.folders;…