| Customize Help
| Save Settings

MimFlip



Function Map
Synopsis
Perform a horizontal or vertical image-flipping operation.
Syntax
void MimFlip(
MIL_ID SrcImageBufId, //in
MIL_ID DstImageBufId, //in
MIL_INT64 Operation, //in
MIL_INT64 OpFlag //in
)
Description

This function flips the source image to the destination image according to the specified operation.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see which MIL system’s documentation you should use in its place and any possible differences.
Parameters
This function is not supported on the selected boards.
This function reference has not been updated for the selected MIL system. To show the content of this page, choose a second MIL system; refer to the MIL system's release note to see which MIL system’s documentation to choose and any possible differences.
Parameters
SrcImageBufId

Specifies the identifier of the source image buffer.

This image buffer must not have a region of interest (ROI) associated with it. Using an image buffer with an ROI will cause an error.

DstImageBufId

Specifies the identifier of the destination image buffer.

This image buffer must not have a region of interest (ROI) associated with it. Using an image buffer with an ROI will cause an error.

Note that after performing the operation, the destination image will not be calibrated, even if the source image was calibrated.

Operation

Specifies the operation to perform. This parameter can be set to one of the following:

function map for specifying the operation to perform
Click to summarizeValue Description
Click to summarize M_FLIP_HORIZONTAL

Flips the image in a horizontal direction (left to right, along a vertical axis).

Click to summarize M_FLIP_VERTICAL

Flips the image in a vertical direction (top to bottom, along a horizontal axis).

OpFlag

Reserved for future expansion. Must be set to M_DEFAULT.

Compilation information
Header Include mil.h.
Library Use mil.lib; milim.lib.
DLL Requires mil.dll; milim.dll.
PROC NONE PROC NONE FLIP HORIZONTAL FLIP VERTICAL