Method for solving a PnP problem:
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SymmetricGrid | 1 | uses symmetric pattern of circles. | |
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. |
See Also