You are here: Start » FIL.NET » Invoke.ImageProjection
Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageProjection ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.ProjectionDirection inProjectionDirection, Fil.ProjectionMode inProjectionMode, Fil.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Monochromatic image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inProjectionDirection | Fil.ProjectionDirection | Combine pixel values for image rows (horizontal) or columns (vertical). | ||
![]() | inProjectionMode | Fil.ProjectionMode | Sum | Determines how the pixel values are combined. Default value: Sum. | |
![]() | outProfile | Fil.Profile | Output profile. |