Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

DetectMethod

Grooper.IP

Specifies the method by which corners are detected.

Remarks

The 'Detect Method' enumeration determines which algorithm is used by Corner Detection to identify corner points.

  • Use Square for structured forms, tables, or documents where corners are expected to be at right angles (90°).
  • Use Harris for general-purpose corner detection, including rotated, skewed, or natural layouts where corners may be at arbitrary angles.

Practical Guidance

  • Choose the method that best matches the geometry of your documents.
  • Review diagnostic overlays to compare the results of each method.
  • Tuning parameters such as threshold, window size, and mask size may have different effects depending on the selected method.

Can be one of the following values:

NameValueDescription

Used By

Notification