You are here: Start » AVL.NET » Invoke.VisualizeHeatmap_Old
Colorizes a heat-map and blends it with a background image.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void VisualizeHeatmap_Old ( Avl.ColorizeImageState ioState, Avl.Image inImage, Avl.Image inHeatmap, Avl.ColorPalette inPalette, int inThreshold, Optional<int> inFuzziness, Optional<int> inMinValue, Optional<int> inMaxValue, bool inForceMono, Avl.Image outImage, Diagnostic<Avl.Image> diagPalette )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Avl.ColorizeImageState | ||||
![]() | inImage | Avl.Image | Input image. | ||
![]() | inHeatmap | Avl.Image | Confidence of defect at each pixel. | ||
![]() | inPalette | Avl.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 | Atl.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 | Atl.Optional<int> | 0 | Default value: 0. | |
![]() | inMaxValue | Atl.Optional<int> | 255 | Default value: 255. | |
![]() | inForceMono | bool | Converts input image to monochromatic. | ||
![]() | outImage | Avl.Image | Output image. | ||
![]() | diagPalette | Avl.Diagnostic<Avl.Image> | Used palette preview. |