You are here: Start » AVL.NET » Invoke.ResizePixelVectors
Rescales an image treating pixels as vectors.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ResizePixelVectors ( Avl.Image inImage, Optional<Avl.Region> inRoi, float inVectorLength, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | inVectorLength | float | <0.0f, INF> | 255.0f | Desired vector length after normalization. Default value: 255.0f. |
![]() | outImage | Avl.Image | Rescaled image. |