Documentation
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

Go to DCV Architecture

The following diagram shows how sections connect to each other to form tasks:

In this article, we’ll discuss the first section of a task - Region Pre-Detection:

Section 1 - Region Pre-Detection

The purpose of this section is to reduce the overall time cost of the task by finding regions of interest (ROIs) and thus ignoring other parts of the image during subsequent processing. It is not required for the task and can be skipped in many cases.

Constituting Stages

This section consists of multiple stages:

  1. Cropping: to crop out the original ROI specified by the user. If not specified, return the original image as a whole.
  2. Down-scaling: to down-scale a massive image.
  3. Grayscaling: to convert a colour image to grayscale.
  4. Transforming: to transform a grayscale image.
  5. Pre-Detecting: to pre-detect the regions exhibit specific features.

Output and Parameters

Each of the five stages has its own output (known as an intermediate result) and a specific parameter that can regulate the operation:

Stage Intermediate Result Type Related Parameter
Cropping IRUT_COLOUR_IMAGE Location
Down-scaling IRUT_SCALED_DOWN_COLOUR_IMAGE ScaleDownThreshold
Grayscaling IRUT_GRAYSCALE_IMAGE ColourConversionModes
Transforming IRUT_TRANSFORMED_GRAYSCALE_IMAGE GrayscaleTransformationModes
Pre-Detecting IRUT_PREDETECTED_REGIONS RegionPredetectionModes

Is this page helpful?

YesYes NoNo

In this article:

Version 2.4.10

    • version 2.4.10
    • Version 2.x
      • Version 2.2.30
      • Version 2.2.20
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +