Class CVTemplateMatchSettings
OpenCV face detect settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.OpenCV
Assembly: VisioForge.Core.dll
Syntax
public class CVTemplateMatchSettings
Constructors
CVTemplateMatchSettings(string)
Initializes a new instance of the CVTemplateMatchSettings class.
Declaration
public CVTemplateMatchSettings(string templateImageFile)
Parameters
| Type | Name | Description |
|---|---|---|
| string | templateImageFile | The template image file. |
Properties
Display
Gets or sets a value indicating whether the detected template should be highlighted in the output.
Declaration
public bool Display { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
Method
Gets or sets the method.
Declaration
public CVTemplateMatchMethod Method { get; set; }
Property Value
| Type | Description |
|---|---|
| CVTemplateMatchMethod | The method. |
TemplateImage
Gets or sets the template image.
Declaration
public string TemplateImage { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The template image. |