VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.TemplateMatching Namespace / KeyMarkRecognizerCommand Class / Recognize(VintasoftImage,Rectangle) Method
Syntax Requirements SeeAlso
In This Topic
    Recognize(VintasoftImage,Rectangle) Method (KeyMarkRecognizerCommand)
    In This Topic
    Recognizes key zones in the specified rectangle of the specified image.
    Syntax
    'Declaration
    
    Protected Overrides Function Recognize( _
    ByVal image
    The image where key zones must be searched.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal rect
    The region of interest on image.
    As System.Drawing.Rectangle _
    ) As KeyZone[]

    Parameters

    image
    The image where key zones must be searched.
    rect
    The region of interest on image.

    Return Value

    An array of recognized key zones.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also