Class CVTemplateMatchSettings
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV face detect settings.
public class CVTemplateMatchSettingsInheritance
Inherited Members
Constructors
CVTemplateMatchSettings(string)
Initializes a new instance of the VisioForge.Core.Types.X.OpenCV.CVTemplateMatchSettings class.
public CVTemplateMatchSettings(string templateImageFile)Parameters
templateImageFilestring-
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
Method
Gets or sets the method.
public CVTemplateMatchMethod Method { get; set; }Property Value
TemplateImage
Gets or sets the template image.
public string TemplateImage { get; set; }