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
public Mat CameraMatrix { get; set; }
Property Value
CheckMarkers
run check to verify that markers belong to the same board (default true)
public bool CheckMarkers { get; set; }
Property Value
DistCoeffs
optional vector of distortion coefficients
public Mat DistCoeffs { get; set; }
Property Value
MinMarkers
number of adjacent markers that must be detected to return a charuco corner (default 2)
public int MinMarkers { get; set; }
Property Value
TryRefineMarkers
try to use refine board (default false)
public bool TryRefineMarkers { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
Releases the CameraMatrix/DistCoeffs Mat instances.
protected virtual void Dispose(bool disposing)
Parameters
disposingbool
~CharucoParameters()
Destructor
protected ~CharucoParameters()