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 | |
---|---|---|---|---|---|
![]() | inHeatmap | FilNet.Heatmap | Confidence of defect at each pixel. | ||
![]() | inPalette | FilNet.ColorPalette | GreenYellowRed | Default value: GreenYellowRed. | |
![]() | inForceMono | bool | Converts input image to monochromatic. | ||
![]() | inThreshold | bool | Remove all values lower than value of minimal threshold. | ||
![]() | outImage | FilNet.Image | Output image. |
Function Overrides
- VisualizeHeatmap(NullableRef<Image>, Heatmap, ColorPalette, Nullable<Single>, Boolean, Boolean, Image)
- VisualizeHeatmap(NullableRef<Image>, Heatmap, ColorPalette, Nullable<Single>, Boolean, Boolean, Image, Image)