You are here: Start » FIL.NET » FIS.ImageProjection Method
FIS.ImageProjection Method
Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageProjection ( FilNet.Image inImage, FilNet.ProjectionDirection inProjectionDirection, FilNet.ProjectionMode inProjectionMode, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Monochromatic image. | ||
![]() | inProjectionDirection | FilNet.ProjectionDirection | Combine pixel values for image rows (horizontal) or columns (vertical). | ||
![]() | inProjectionMode | FilNet.ProjectionMode | Sum | Determines how the pixel values are combined. Default value: Sum. | |
![]() | outProfile | FilNet.Profile | Output profile. |