You are here: Start » FIL.NET » FIL.NormalizePixelVectors

FIL.NormalizePixelVectors

Adjusts gradient angles to a given range.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void NormalizePixelVectors
(
	FilNet.Image inImage,
	FilNet.GradientAngleRange inAngleRange,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inAngleRangeFilNet.GradientAngleRange
outImageFilNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in NormalizePixelVectors.
DomainError Not supported inImage pixel format in NormalizePixelVectors.

Function Overrides

See also