BorderMethod

NI Vision for LabWindows/CVI Function

BorderMethod

The method by which a function modifies the border.

Elements

Name

Value

Description

IMAQ_BORDER_MIRROR 0 Symmetrically copies pixel values from the image into the border.
IMAQ_BORDER_COPY 1 Copies the value of the pixel closest to the edge of the image into the border.
IMAQ_BORDER_CLEAR 2 Sets all pixels in the border to 0.
IMAQ_BORDER_METHOD_SIZE_GUARD 0xFFFFFFFF Reserved