Table of Contents

Constructor ArucoDetector

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

ArucoDetector(Dictionary)

Creates ArucoDetector with default parameters.

public ArucoDetector(Dictionary dictionary)

Parameters

dictionary Dictionary

ArucoDetector(Dictionary, DetectorParameters, RefineParameters)

Creates ArucoDetector.

public ArucoDetector(Dictionary dictionary, DetectorParameters detectorParams, RefineParameters refineParams)

Parameters

dictionary Dictionary
detectorParams DetectorParameters
refineParams RefineParameters

ArucoDetector(IEnumerable<Dictionary>, DetectorParameters, RefineParameters)

Creates ArucoDetector for multiple dictionaries.

public ArucoDetector(IEnumerable<Dictionary> dictionaries, DetectorParameters detectorParams, RefineParameters refineParams)

Parameters

dictionaries IEnumerable<Dictionary>

indicates the types of markers that will be searched. Empty dictionaries will throw an error.

detectorParams DetectorParameters

marker detection parameters

refineParams RefineParameters

marker refine detection parameters