Class CharucoParameters
- Namespace
- OpenCvSharp.Aruco
- Assembly
- OpenCvSharp.dll
Parameters used by CharucoDetector (cv::aruco::CharucoParameters).
public class CharucoParameters : IDisposable
- Inheritance
-
CharucoParameters
- Implements
- Inherited Members
Properties
- CameraMatrix
optional 3x3 floating-point camera matrix
- CheckMarkers
run check to verify that markers belong to the same board (default true)
- DistCoeffs
optional vector of distortion coefficients
- MinMarkers
number of adjacent markers that must be detected to return a charuco corner (default 2)
- TryRefineMarkers
try to use refine board (default false)
Methods
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- Dispose(bool)
Releases the CameraMatrix/DistCoeffs Mat instances.
- ~CharucoParameters()
Destructor