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