Struct
Match

The information about an image match.

Definition

Namespace:ArtOfTest.WebAii.ImageProcessing.Structs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public struct Match

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

Fields

score

The match score.

Declaration

cs-api-definition
public double score

Field Value

double

x

The x of the point where a match is found.

Declaration

cs-api-definition
public int x

Field Value

int

y

The y of the point where a match is found.

Declaration

cs-api-definition
public int y

Field Value

int

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