Show / Hide Table of Contents

Enum FindCirclesGridFlags

Method for solving a PnP problem:

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum FindCirclesGridFlags

Fields

Name Description
AsymmetricGrid

uses asymmetric pattern of circles.

Clustering

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

SymmetricGrid

uses symmetric pattern of circles.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX