'Declaration Protected MustOverride 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 abstract KeyZone[] Recognize(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.Rectangle rect
)
protected: abstract KeyZone*[] Recognize(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.Rectangle* rect
)
protected:
abstract KeyZone^[] Recognize(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.Rectangle^ rect
)
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.