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 | |
---|---|---|---|---|---|
width | int | ||||
height | int | ||||
pitch | int | ||||
type | Avl.PlainType | ||||
depth | int | ||||
data | System.IntPtr | ||||
![]() | inRoi | Atl.Optional<Avl.Region> | |||
![]() | inHeatmapThresholds | Avl.HeatmapThresholds |