Struct
MatchResult

The result of a template matching operation.

Definition

Namespace:ArtOfTest.WebAii.ImageProcessing.Structs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public struct MatchResult

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Fields

errorCode

The match error code.

Declaration

cs-api-definition
public int errorCode

Field Value

int

score

The match score.

Declaration

cs-api-definition
public double score

Field Value

double

x

The x of the matching image.

Declaration

cs-api-definition
public int x

Field Value

int

y

The y of the matching image.

Declaration

cs-api-definition
public int y

Field Value

int

In this article
DefinitionFieldserrorCodescorexy
Not finding the help you need?
Contact Support