Class Match
Represents a successful template match.
public class Match : UnmanagedObject, IDisposable
- Inheritance
-
Match
- Implements
- Inherited Members
Constructors
Match()
Create an empty template match result.
public Match()
Properties
Similarity
Similarity
public float Similarity { get; set; }
Property Value
TemplateId
TemplateId
public int TemplateId { get; set; }
Property Value
X
X position
public int X { get; set; }
Property Value
Y
Y position
public int Y { get; set; }
Property Value
class_id
Class Id
public string class_id { get; set; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this object
protected override void DisposeObject()