You are here: Start » AVL.NET » AVL.ImageProjection(AvlNet.Image, AvlNet.Region, AvlNet.ProjectionDirection, AvlNet.ProjectionMode, AvlNet.Profile)
AVL.ImageProjection(AvlNet.Image, AvlNet.Region, AvlNet.ProjectionDirection, AvlNet.ProjectionMode, AvlNet.Profile)
Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageProjection( AvlNet.Image inImage, AvlNet.Region inRoi, AvlNet.ProjectionDirection inProjectionDirection, AvlNet.ProjectionMode inProjectionMode, out AvlNet.Profile outProfile )
Parameters
- inImage
- Type: AvlNet.Image
Monochromatic image - inRoi
- Type: AvlNet.Region
Range of pixels to be processed, or null. - inProjectionDirection
- Type: AvlNet.ProjectionDirection
Combine pixel values for image rows (horizontal) or columns (vertical) - inProjectionMode
- Type: AvlNet.ProjectionMode
Determines how the pixel values are combined - outProfile
- Type: AvlNet.Profile
Output profile
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
