You are here: Start » FIL.NET » FIS.VisualizeHeatmap Method

FIS.VisualizeHeatmap Method

Colorizes heat-map and blends it with background image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also