Detect
Detect the template in an image (SetTemplate must have been called before).
Syntax
Definition:
METHOD Detect : HRESULT
VAR_INPUT
ipImage : ITcVnImage;
ipPositions : Reference To ITcVnContainer;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipImage |
Source image (1 channel, USINT) | |
ipPositions |
Reference To ITcVnContainer |
Returns the centers of the detected template positions (ContainerType_Vector_TcVnPoint2_REAL; Non-zero interface pointers are reused.) |