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
(
	NullableRef<AvlNet.Image> inImage,
	AvlNet.Heatmap inHeatmap,
	AvlNet.ColorPalette inPalette,
	float? inPercentFuzziness,
	bool inForceMono,
	bool inThreshold,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.NullableRef<AvlNet.Image>Input image. Default value: atl::NIL.
inHeatmapAvlNet.HeatmapConfidence of defect at each pixel.
inPaletteAvlNet.ColorPaletteGreenYellowRedDefault value: GreenYellowRed.
inPercentFuzzinessfloat?<0.0f, INF>0.0fDefault value: 0.0f.
inForceMonoboolConverts input image to monochromatic.
inThresholdboolRemove all values lower than value of minimal threshold.
outImageAvlNet.ImageOutput image.

Function Overrides

See also