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

ITcVnImage*

Source image (1 channel, USINT)

ipPositions

ITcVnContainer*&

Returns the centers of the detected template positions (ContainerType_Vector_TcVnPoint2_REAL; Non-zero interface pointers are reused.)

Detect 1: Return value

HRESULT