You are here: Start » AVL.NET » Invoke.RescalePixels_FixedRange
Transforms pixels value from given range into new one.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RescalePixels_FixedRange ( Avl.Image inImage, Optional<Avl.Region> inRoi, float inMinValue, float inMaxValue, float inNewMinValue, float inNewMaxValue, 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. | ||
![]()  | inMinValue | float | Declared minimum value of input image. | ||
![]()  | inMaxValue | float | Declared maximum value of input image. | ||
![]()  | inNewMinValue | float | Desired minimum value of the resulting image. | ||
![]()  | inNewMaxValue | float | Desired maximum value of the resulting image. | ||
![]()  | outImage | Avl.Image | Output image. | 


