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

AVS.VisualizeHeatmap_Old Method

Colorizes a heat-map and blends it with a background image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void VisualizeHeatmap_Old
(
	AvlNet.ColorizeImageState ioState,
	AvlNet.Image inImage,
	AvlNet.Image inHeatmap,
	AvlNet.ColorPalette inPalette,
	int inThreshold,
	int? inFuzziness,
	int? inMinValue,
	int? inMaxValue,
	bool inForceMono,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ColorizeImageState
inImageAvlNet.ImageInput image.
inHeatmapAvlNet.ImageConfidence of defect at each pixel.
inPaletteAvlNet.ColorPaletteBlackYellowRedDefault value: BlackYellowRed.
inThresholdint<0, 255>64Minimum defect confidence for choosing more of heat-map color than of input image color. Default value: 64.
inFuzzinessint?<0, INF>0Confidence distance from inThreshold within which heat-map colors and input image colors are linearly interpolated; Auto = INF. Default value: 0.
inMinValueint?0Default value: 0.
inMaxValueint?255Default value: 255.
inForceMonoboolConverts input image to monochromatic.
outImageAvlNet.ImageOutput image.

Function Overrides

See also