You are here: Start » AVL.NET » Invoke.VisualizeHeatmap
Colorizes heat-map and blends it with background image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void VisualizeHeatmap ( Optional<Avl.Image> inImage, Avl.Heatmap inHeatmap, Avl.ColorPalette inPalette, Optional<float> inPercentFuzziness, bool inForceMono, bool inThreshold, Avl.Image outImage, Diagnostic<Avl.Image> diagPalette )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Atl.Optional<Avl.Image> | Input image. Default value: atl::NIL. | ||
![]()  | inHeatmap | Avl.Heatmap | Confidence of defect at each pixel. | ||
![]()  | inPalette | Avl.ColorPalette | GreenYellowRed | Default value: GreenYellowRed. | |
![]()  | inPercentFuzziness | Atl.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 | Avl.Image | Output image. | ||
![]()  | diagPalette | Avl.Diagnostic<Avl.Image> | Used palette preview. | 



