You are here: Start » AVL.NET » Heatmap Constructor

Heatmap Constructor

Constructor used for creating wrappers on existing image data.

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public Heatmap
(
	int width,
	int height,
	int pitch,
	Avl.PlainType type,
	int depth,
	System.IntPtr data,
	Optional<Avl.Region> inRoi,
	Avl.HeatmapThresholds inHeatmapThresholds
)

Parameters

Name Type Range Default Description
widthint
heightint
pitchint
typeAvl.PlainType
depthint
dataSystem.IntPtr
inRoiAtl.Optional<Avl.Region>
inHeatmapThresholdsAvl.HeatmapThresholds

See also