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. |