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, FilNet.Image diagPalette )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.NullableRef<FilNet.Image> | Input image. Default value: ftl::NIL. | ||
![]() | inHeatmap | FilNet.Heatmap | Confidence of defect at each pixel. | ||
![]() | inPalette | FilNet.ColorPalette | GreenYellowRed | Default value: GreenYellowRed. | |
![]() | inPercentFuzziness | 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 | FilNet.Image | Output image. | ||
![]() | diagPalette | FilNet.Image | Used palette preview. |
Function Overrides
- VisualizeHeatmap(Heatmap, ColorPalette, Boolean, Boolean, Image)
- VisualizeHeatmap(NullableRef<Image>, Heatmap, ColorPalette, Nullable<Single>, Boolean, Boolean, Image)