F_VN_GetImageInfo
Gets a struct containing all common meta infos of the image. (Alternatively use interface method .GetImageInfo.)
Syntax
Definition:
FUNCTION F_VN_GetImageInfo : HRESULT
VAR_INPUT
ipImage : ITcVnImage;
END_VAR
VAR_IN_OUT
stImageInfo : TcVnImageInfo;
END_VAR
VAR_INPUT
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipImage |
Image | |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
Required License
TC3 Vision Base