Table of Contents

Class CVTemplateMatchSettings

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

OpenCV face detect settings.

public class CVTemplateMatchSettings

Inheritance

Inherited Members

Constructors

CVTemplateMatchSettings(string)

Initializes a new instance of the VisioForge.Core.Types.X.OpenCV.CVTemplateMatchSettings class.

public CVTemplateMatchSettings(string templateImageFile)

Parameters

templateImageFile string

The template image file.

Properties

Display

Gets or sets a value indicating whether the detected template should be highlighted in the output.

public bool Display { get; set; }

Property Value

bool

Method

Gets or sets the method.

public CVTemplateMatchMethod Method { get; set; }

Property Value

CVTemplateMatchMethod

TemplateImage

Gets or sets the template image.

public string TemplateImage { get; set; }

Property Value

string