Click or drag to resize

imageToHeatMapCreateFromImage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a heat map model from image file. Supported formats: JPEG, PNG, TIFF etc. See: FromFile(String, Boolean)

Namespace:  imbSCI.Core.math.range.matrix
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static HeatMapModel CreateFromImage(
	string imageFile,
	int widthOfMap = 1000,
	ILogBuilder loger = null
)
Request Example View Source

Parameters

imageFile
Type: SystemString
Path of the image file.
widthOfMap (Optional)
Type: SystemInt32
The width of map - number of horizontal fields, vertical are computed in respect to image dimensional proportion
loger (Optional)
Type: imbSCI.Core.reportingILogBuilder
The loger.

Return Value

Type: HeatMapModel
Heat map model, fields have mean brightness value
See Also