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

Region Detector

Grooper Object Grooper.IP

Detects regions by locating blobs on an image that comply with the current configuration.

Remarks

The Region Detector is used to identify and extract regions of interest from an image by analyzing connected groups of pixels (blobs) that meet specific criteria. This is commonly used in document processing scenarios where you need to isolate areas such as form fields, checkboxes, or other graphical elements for further analysis or extraction.

The detection process is highly configurable, allowing you to fine-tune which regions are considered valid based on size, area, fill percentage, and pixel connectivity. By adjusting these parameters, you can control the sensitivity and specificity of region detection to match the requirements of your documents.

How It Works

  1. The Region Detector scans the input image for blobs—groups of connected pixels that may represent regions of interest.
  2. Each blob is evaluated against the configured criteria, such as minimum size, area, and fill percentage.
  3. Only blobs that meet all requirements are returned as detected regions.

Configuration and Usage

  • Use the 'Minimum Size' and 'Minimum Area' properties to filter out small or insignificant blobs.
  • The 'Minimum Fill Percent' property helps ensure that detected regions are sufficiently solid and rectangular.
  • The 'Connectivity' property determines how pixels are grouped into blobs (e.g., 4-way or 8-way connectivity).
  • The 'Zone Adjustment' property allows you to expand or contract the detected regions as needed.

Proper configuration of these properties is essential for accurate region detection. Experiment with different values to achieve the desired results for your specific document types and layouts.

For more information on configuring each property, refer to their individual documentation.

Properties

NameTypeDescription

See Also

Notification