Back to FabImage Studio website
You are here: Start » Filter Reference » Image Features » ImageProjection
Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Monochromatic image |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
inProjectionDirection | ProjectionDirection | Combine pixel values for image rows (horizontal) or columns (vertical) |
![]() |
inProjectionMode | ProjectionMode | Determines how the pixel values are combined |
![]() |
outProfile | Profile | Output profile |
Only the following inImage pixel formats are supported: 1xuint8, 1xint8, 1xuint16, 1xint16, 1xint32, 1xreal
Description
Computes the average (or other statistic) for each image row or column and then merges the obtained results into a profile.
Examples
ImageProjection performed on a lena.jpg sample.
![]() |
||
Mode | Horizontal Direction | Vertical Direction |
Sum | ![]() |
![]() |
Average | ![]() |
![]() |
Maximum | ![]() |
![]() |
Minimum | ![]() |
![]() |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Advanced Complexity Level.