You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Ftl.Optional<Fil.Image> | Input image. Default value: ftl::NIL. | ||
![]() | inHeatmap | Fil.Heatmap | Confidence of defect at each pixel. | ||
![]() | inPalette | Fil.ColorPalette | GreenYellowRed | Default value: GreenYellowRed. | |
![]() | inPercentFuzziness | Ftl.Optional<float> | <0.0f, INF> | 0.0f | Default value: 0.0f. |
![]() | inForceMono | bool | Converts input image to monochromatic. | ||
![]() | inThreshold | bool | Remove all values lower than value of minimal threshold. | ||
![]() | outImage | Fil.Image | Output image. | ||
![]() | diagPalette | Fil.Diagnostic<Fil.Image> | Used palette preview. |