You are here: Start » FIL.NET » FIS.VisualizeHeatmap_Old Method
FIS.VisualizeHeatmap_Old Method
Colorizes a heat-map and blends it with a background image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void VisualizeHeatmap_Old ( FilNet.ColorizeImageState ioState, FilNet.Image inImage, FilNet.Image inHeatmap, FilNet.ColorPalette inPalette, int inThreshold, int? inFuzziness, int? inMinValue, int? inMaxValue, bool inForceMono, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ColorizeImageState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inHeatmap | FilNet.Image | Confidence of defect at each pixel. | ||
![]() | inPalette | FilNet.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 | 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 | int? | 0 | Default value: 0. | |
![]() | inMaxValue | int? | 255 | Default value: 255. | |
![]() | inForceMono | bool | Converts input image to monochromatic. | ||
![]() | outImage | FilNet.Image | Output image. |
Function Overrides
- VisualizeHeatmap_Old(ColorizeImageState, Image, Image, ColorPalette, Int32, Nullable<Int32>, Nullable<Int32>, Boolean, Image)
- VisualizeHeatmap_Old(ColorizeImageState, Image, Image, ColorPalette, Int32, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Boolean, Image, Image)