imaqFlip

NI Vision for LabWindows/CVI Function

imaqFlip

Usage

int imaqFlip(Image* dest, const Image* source, FlipAxis axis);

Purpose

Flips an image over an axis.

Image Types Supported

IMAQ_IMAGE_U8, IMAQ_IMAGE_I16, IMAQ_IMAGE_SGL, IMAQ_IMAGE_RGB, IMAQ_IMAGE_HSL

Parameters

Name

Type

Description

dest Image* The destination image.
source const Image* The image that the function flips over an axis.
axis FlipAxis The axis to flip the image over.

Return Value

Type

Description

int On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError().