Click or drag to resize

imageToHeatMap Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Static methods for HeatMapModel creation from images
Inheritance Hierarchy
SystemObject
  imbSCI.Core.math.range.matriximageToHeatMap

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imageToHeatMap
Request Example View Source

The imageToHeatMap type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFromImage
Creates a heat map model from image file. Supported formats: JPEG, PNG, TIFF etc. See: FromFile(String, Boolean)
Public methodStatic memberGetIntesity
Gets average intesity of sample patch located at x/y
Top
See Also