You are here: Start » AVL.NET » Invoke.MaximumImage
Creates an image from the higher pixel values of each corresponding pair.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MaximumImage ( Avl.Image inImage1, Avl.Image inImage2, Optional<Avl.Region> inRoi, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage1 | Avl.Image | First input image. | ||
![]() | inImage2 | Avl.Image | Second input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | outImage | Avl.Image | Output image. |