You are here: Start » FIL.NET » Invoke.VisualizeHeatmap_Old
Colorizes a heat-map and blends it with a background image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void VisualizeHeatmap_Old ( Fil.ColorizeImageState ioState, Fil.Image inImage, Fil.Image inHeatmap, Fil.ColorPalette inPalette, int inThreshold, Optional<int> inFuzziness, Optional<int> inMinValue, Optional<int> inMaxValue, bool inForceMono, Fil.Image outImage, Diagnostic<Fil.Image> diagPalette )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.ColorizeImageState | ||||
![]() | inImage | Fil.Image | Input image. | ||
![]() | inHeatmap | Fil.Image | Confidence of defect at each pixel. | ||
![]() | inPalette | Fil.ColorPalette | BlackYellowRed | Default value: BlackYellowRed. | |
![]() | inThreshold | int | <0, 255> | 64 | Minimum defect confidence for choosing more of heat-map color than of input image color. Default value: 64. |
![]() | inFuzziness | Ftl.Optional<int> | <0, INF> | 0 | Confidence distance from inThreshold within which heat-map colors and input image colors are linearly interpolated; Auto = INF. Default value: 0. |
![]() | inMinValue | Ftl.Optional<int> | 0 | Default value: 0. | |
![]() | inMaxValue | Ftl.Optional<int> | 255 | Default value: 255. | |
![]() | inForceMono | bool | Converts input image to monochromatic. | ||
![]() | outImage | Fil.Image | Output image. | ||
![]() | diagPalette | Fil.Diagnostic<Fil.Image> | Used palette preview. |