ResizePixelVectors
Rescales an image treating pixels as vectors.
Syntax
C++
C#
Python
def ResizePixelVectors( inImage: Image, inVectorLength: float, outImage: Image, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | Input image | ||
![]() |
inRoi | Region | None | None | Region of interest | |
![]() |
inVectorLength | float | 0.0 - ![]() |
Desired vector length after normalization | |
![]() |
outImage | Image | Rescaled image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.



