Table of Contents

Enum FindCirclesGridFlags

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Method for solving a PnP problem:

[Flags]
public enum FindCirclesGridFlags

Fields

AsymmetricGrid = 2

uses asymmetric pattern of circles.

Clustering = 4

uses a special algorithm for grid detection. It is more robust to perspective distortions but much more sensitive to background clutter.

SymmetricGrid = 1

uses symmetric pattern of circles.