Table of Contents

Class Match

Namespace
Emgu.CV.Linemod
Assembly
Emgu.CV.dll

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

float

TemplateId

TemplateId

public int TemplateId { get; set; }

Property Value

int

X

X position

public int X { get; set; }

Property Value

int

Y

Y position

public int Y { get; set; }

Property Value

int

class_id

Class Id

public string class_id { get; set; }

Property Value

string

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()