F_VN_ResetRoi
Reset the region of interest (ROI) of an image. (After this operation, the ROI is set to the entire image.)
Syntax
Definition:
FUNCTION F_VN_ResetRoi : HRESULT
VAR_INPUT
ipImage : ITcVnImage;
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.) |
Weiterführende Informationen
Die Funktion F_VN_ResetRoi
setzt die Region of Interest eines Bildes zurück. Nach Ausführung der Funktion steht die ROI des Bilds auf Position [0, 0]
und Größe [ImageWidth, ImageHeight]
.
Anwendung
Das Zurücksetzen einer ROI sieht z. B. so aus:
hr = F_VN_ResetRoi(ipImageWork, hr);
Verwandte Funktionen
- F_VN_SetRoi zum Setzen einer Region of Interest
- F_VN_GetRoi zum Abrufen der gesetzten Region of Interest
- F_VN_ResetRoi zum Zurücksetzen der Region of Interest auf das gesamte Bild
- F_VN_CopyImageRegion zum Kopieren eines Bildausschnitts
Required License
TC3 Vision Base
System Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT V3.1.4024.54 or later | PC or CX (x64) with PL50, e.g. Intel 4-core Atom CPU | Tc3_Vision |