You are here: Start » AVL.NET » Invoke.NormalizePixelVectors
Adjusts gradient angles to a given range.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void NormalizePixelVectors ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.GradientAngleRange inAngleRange, 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. | ||
![]()  | inAngleRange | Avl.GradientAngleRange | |||
![]()  | outImage | Avl.Image | Output image. | 


