You are here: Start » AVL.NET » Invoke.VisualizeHeatmap

Invoke.VisualizeHeatmap

Colorizes heat-map and blends it with background image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void VisualizeHeatmap
(
	Optional<Avl.Image> inImage,
	Avl.Heatmap inHeatmap,
	Avl.ColorPalette inPalette,
	Optional<float> inPercentFuzziness,
	bool inForceMono,
	bool inThreshold,
	Avl.Image outImage,
	Diagnostic<Avl.Image> diagPalette
)

Parameters

Name Type Range Default Description
inImageAtl.Optional<Avl.Image>Input image. Default value: atl::NIL.
inHeatmapAvl.HeatmapConfidence of defect at each pixel.
inPaletteAvl.ColorPaletteGreenYellowRedDefault value: GreenYellowRed.
inPercentFuzzinessAtl.Optional<float><0.0f, INF>0.0fDefault value: 0.0f.
inForceMonoboolConverts input image to monochromatic.
inThresholdboolRemove all values lower than value of minimal threshold.
outImageAvl.ImageOutput image.
diagPaletteAvl.Diagnostic<Avl.Image>Used palette preview.

See also