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,
	byte[] data,
	int minThreshold,
	int midThreshold,
	int maxThreshold
)

Parameters

Name Type Range Default Description
widthintWidth of the image in pixels.
heightintHeight of the image in pixels
depthintNumber of channels per pixel.
typeVideoBoxBase.ImagePixelTypeData type of the pixel channel.
pitchintOffset in bytes between the beginnings of the scan lines in the image data buffer.
databyte[]Image data buffer.
minThresholdintMinimum HeatMap pixel value threshold.
midThresholdintMid-point HeatMap pixel value.
maxThresholdintMaximum HeatMap pixel value threshold.

Function Overrides

See also