You are here: Start » AVL.NET » Invoke.RescalePixels
Applies linear transformation to pixel values.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RescalePixels ( Avl.Image inImage, Optional<Avl.Region> inRoi, float inA, float inB, 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. | ||
![]()  | inA | float | 1.0f | Value multiplied. Default value: 1.0f. | |
![]()  | inB | float | 0.0f | Value added. Default value: 0.0f. | |
![]()  | outImage | Avl.Image | Output image. | 


