VisioForge (c) 2025

Search Results for

    Class CVTemplateMatchSettings

    OpenCV face detect settings.

    Inheritance
    object
    CVTemplateMatchSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    true if display; otherwise, false.

    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.