imaqRemoveVisionInfo2

NI Vision for LabWindows/CVI Function

imaqRemoveVisionInfo2

Usage

int imaqRemoveVisionInfo2(const Image* image, unsigned int info);

Purpose

Removes the specified Vision information types from the given image.

Image Types Supported

IMAQ_IMAGE_U8, IMAQ_IMAGE_I16, IMAQ_IMAGE_SGL, IMAQ_IMAGE_COMPLEX, IMAQ_IMAGE_RGB, IMAQ_IMAGE_HSL, IMAQ_IMAGE_RGB_U64

Parameters

Name

Type

Description

image const Image* The image that the function removes Vision information from.
info unsigned int Flags representing which info types to remove. Combine values from the VisionInfoType2 enumeration to create this

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