Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID SrcImageBufId, | //in |
MIL_ID DstImageBufOrResultImId, | //in |
MIL_DOUBLE ProjectionAxisAngle, | //in |
MIL_INT64 Operation, | //in |
MIL_DOUBLE OperationValue | //in |
This function projects a two-dimensional image into one dimension, based on the specified projection operation and projection axis angle, writing results to the specified projection image processing result buffer or a destination image buffer. The results are generated based on the specified operation and calculated along each lane of pixels in the image, perpendicular to the specified projection axis angle. The 90° projection of the image (lanes = rows) using a summation operation is known as the row profile; the 0° projection (lanes = columns) as the column profile.
Writing results to a projection image processing result buffer allows you to manipulate results using an array once you have retrieved the results using MimGetResult() or MimGetResult1d().
You can limit this function's results to a region of the source image buffer using a region of interest (ROI) set using MbufSetRegion().
Specifies the identifier of the source image buffer. The image buffer must be a 1-band buffer.
This image buffer can have an ROI set using MbufSetRegion(). The ROI must be defined in raster format (M_RASTER or M_VECTOR_AND_RASTER). An error is generated if the ROI is only in vector format (M_VECTOR).
The source image buffer must be an unsigned, monochrome 8- or 16-bit, M_BGR32 packed, or floating-point image buffer.
Specifies the destination buffer in which to write the projection results.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description |
MIL system-specific tooltip (‡) |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||||||||
![]() ![]() |
Specifies the identifier of an image buffer allocated with MbufAlloc...(). |
‡ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | ||||||||||||||||
![]() ![]() |
Specifies the identifier of an image processing result buffer allocated using MimAllocResult() with M_PROJ_LIST. |
‡ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | ||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
The result buffer must be a floating-point buffer. |
‡ | d |
Specifies the angle of the projection axis. Lanes are perpendicular to this angle. This parameter can be set to one of the following:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description |
MIL system-specific tooltip (‡) |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||||||||
![]() ![]() |
Specifies a projection onto the axis at 0° (lanes = columns). |
‡ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | ||||||||||||||||
MIL system specific | |||||||||||||||||||||||||||||||||||||||
If the number of columns in the source image buffer is smaller that the number of locations in the result buffer, the source image buffer must have a number of columns that is a multiple of 4. |
‡ | d | |||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a projection onto the axis at 90° (lanes = rows). |
‡ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u |
Specifies the operation to perform.
The following operations are supported.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_SUM. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to find the maximum pixel value along each lane. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to find the mean pixel value along each lane. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to find the median pixel value along each lane. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to find the minimum pixel value along each lane. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to sum all pixel values along each lane. |
Header | Include mil.h. |
Library | Use mil.lib; milim.lib. |
DLL | Requires mil.dll; milim.dll. |