Table of Contents

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

Mat

CheckMarkers

run check to verify that markers belong to the same board (default true)

public bool CheckMarkers { get; set; }

Property Value

bool

DistCoeffs

optional vector of distortion coefficients

public Mat DistCoeffs { get; set; }

Property Value

Mat

MinMarkers

number of adjacent markers that must be detected to return a charuco corner (default 2)

public int MinMarkers { get; set; }

Property Value

int

TryRefineMarkers

try to use refine board (default false)

public bool TryRefineMarkers { get; set; }

Property Value

bool

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

disposing bool

~CharucoParameters()

Destructor

protected ~CharucoParameters()