You are here: Start » AVL.NET » Invoke.DivideImage
Divides each pixel by a scalar value.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void DivideImage ( Avl.Image inImage, Optional<Avl.Region> inRoi, float inValue, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inValue | float | 2.0f | Divisor. Default value: 2.0f. | |
![]() | outImage | Avl.Image | Output image. |