imaqConjugate

NI Vision for LabWindows/CVI Function

imaqConjugate

Usage

int imaqConjugate(Image* dest, const Image* source);

Purpose

Computes the conjugate of a complex image.

Image Types Supported

IMAQ_IMAGE_COMPLEX

Parameters

Name

Type

Description

dest Image* The destination image.
source const Image* The source image whose conjugate the function calculates.

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().