You are here: Start » AVL.NET » AVS.VisualizeHeatmap Method

AVS.VisualizeHeatmap Method

Colorizes heat-map and blends it with background image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void VisualizeHeatmap
(
	AvlNet.Heatmap inHeatmap,
	AvlNet.ColorPalette inPalette,
	bool inForceMono,
	bool inThreshold,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inHeatmapAvlNet.HeatmapConfidence of defect at each pixel.
inPaletteAvlNet.ColorPaletteGreenYellowRedDefault value: GreenYellowRed.
inForceMonoboolConverts input image to monochromatic.
inThresholdboolRemove all values lower than value of minimal threshold.
outImageAvlNet.ImageOutput image.

Function Overrides

See also