Resource Base
Table of contents

EnumRegionPredetectionMode

Added in version 1.2.0.

EnumRegionPredetectionMode is the enumeration for user to configure mode parameter regionPredetectionModes via class DBRRuntimeSettings.

class EnumRegionPredetectionMode {
  static const int RPM_SKIP = 0;
  static const int RPM_AUTO = 1;
  static const int RPM_GENERAL = 2;
  static const int RPM_GENERAL_RGB_CONTRAST = 4;
  static const int RPM_GENERAL_GRAY_CONTRAST = 8;
  static const int RPM_GENERAL_HSV_CONTRAST = 16;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +