You are here: Start » FIL.NET » FIS.ResizePixelVectors Method
FIS.ResizePixelVectors Method
Rescales an image treating pixels as vectors.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizePixelVectors ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inVectorLength, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inVectorLength | float | <0.0f, INF> | 255.0f | Desired vector length after normalization. Default value: 255.0f. |
![]() | outImage | FilNet.Image | Rescaled image. |