Tries to find a region in the image containing useful information by iterative inflation of the start rectangle.
The algorithm stops if no more information is gained through inflation.
| C# | Visual Basic | Visual C++ |
Public Shared Function DetectClickRegion ( _ input As Bitmap, _ startRect As Rectangle, _ <OutAttribute> ByRef result As Rectangle _ ) As Bitmap
public: static Bitmap^ DetectClickRegion( Bitmap^ input, Rectangle startRect, [OutAttribute] Rectangle% result )
The resulting detected region. Returns a emptry region if the information content in the region is too low.
