Table of Contents

Constructor CharucoDetector

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

CharucoDetector(CharucoBoard)

Creates CharucoDetector with default parameters.

public CharucoDetector(CharucoBoard board)

Parameters

board CharucoBoard

CharucoDetector(CharucoBoard, InputArray, InputArray, int, bool, bool, DetectorParameters?, RefineParameters?)

Creates CharucoDetector.

public CharucoDetector(CharucoBoard board, InputArray cameraMatrix, InputArray distCoeffs, int minMarkers = 2, bool tryRefineMarkers = false, bool checkMarkers = true, DetectorParameters? detectorParams = null, RefineParameters? refineParams = null)

Parameters

board CharucoBoard
cameraMatrix InputArray
distCoeffs InputArray
minMarkers int
tryRefineMarkers bool
checkMarkers bool
detectorParams DetectorParameters?
refineParams RefineParameters?