You are here: Start » AVL.NET » VideoBoxPrimitive.SetHeatmap Method
VideoBoxPrimitive.SetHeatmap Method
Sets a HeatMap based on raw image data as this primitive
| Namespace: | VideoBoxBase | 
|---|---|
| Assembly: | VideoBoxBase.dll | 
Syntax
public void SetHeatmap ( int width, int height, int depth, VideoBoxBase.ImagePixelType type, int pitch, System.IntPtr data, int minThreshold, int midThreshold, int maxThreshold )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| width | int | Width of the image in pixels. | |||
| height | int | Height of the image in pixels | |||
| depth | int | Number of channels per pixel. | |||
| type | VideoBoxBase.ImagePixelType | Data type of the pixel channel. | |||
| pitch | int | Offset in bytes between the beginnings of the scan lines in the image data buffer. | |||
| data | System.IntPtr | Image data buffer. | |||
| minThreshold | int | Minimum HeatMap pixel value threshold. | |||
| midThreshold | int | Mid-point HeatMap pixel value. | |||
| maxThreshold | int | Maximum HeatMap pixel value threshold. | 
Function Overrides
- SetHeatmap(Int32, Int32, Int32, ImagePixelType, Int32, Byte[], Int32, Int32, Int32)
 - SetHeatmap(Int32, Int32, Int32, ImagePixelType, Int32, System.Void*, Int32, Int32, Int32)
 
