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

Parameters

Name Type Range Default Description
inImageFilNet.NullableRef<FilNet.Image>Input image. Default value: ftl::NIL.
inHeatmapFilNet.HeatmapConfidence of defect at each pixel.
inPaletteFilNet.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.
outImageFilNet.ImageOutput image.

Function Overrides

See also