'Declaration Protected Overrides Function Recognize( _
ByVal imageThe image where key zones must be searched.As Vintasoft.Imaging.VintasoftImage, _
ByVal rectThe region of interest on image.As System.Drawing.Rectangle _
) As KeyZone[]
protected override KeyZone[] Recognize(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Rectangle rect
)
protected: KeyZone*[] Recognize(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Rectangle* rect
); override
protected:
KeyZone^[] Recognize(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Rectangle^ rect
); override
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.