NormalizePixelVectors
Adjusts gradient angles to a given range.
Syntax
C++
C#
Python
def NormalizePixelVectors( inImage: Image, inAngleRange: GradientAngleRange, outImage: Image, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
inAngleRange | GradientAngleRange | ||
![]() |
outImage | Image | Output image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


