EMatcher::Match

Matches the pattern against an image.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Match(
   EROIBW8* image
)

void Match(
   EROIC24* image
)

Parameters

image

Pointer to the image/ROI within which the pattern will be searched for.

Remarks

The matching results can be obtained by means of the EMatcher::NumPositions and EMatcher::GetPosition members.

EMatcher.Match

Matches the pattern against an image.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Match(
   Euresys.Open_eVision_2_11.EROIBW8 image
)

void Match(
   Euresys.Open_eVision_2_11.EROIC24 image
)

Parameters

image

Pointer to the image/ROI within which the pattern will be searched for.

Remarks

The matching results can be obtained by means of the EMatcher::NumPositions and EMatcher::GetPosition members.