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

Invoke.VisualizeHeatmap

Colorizes heat-map and blends it with background image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFtl.Optional<Fil.Image>Input image. Default value: ftl::NIL.
inHeatmapFil.HeatmapConfidence of defect at each pixel.
inPaletteFil.ColorPaletteGreenYellowRedDefault value: GreenYellowRed.
inPercentFuzzinessFtl.Optional<float><0.0f, INF>0.0fDefault value: 0.0f.
inForceMonoboolConverts input image to monochromatic.
inThresholdboolRemove all values lower than value of minimal threshold.
outImageFil.ImageOutput image.
diagPaletteFil.Diagnostic<Fil.Image>Used palette preview.

See also