Constructor ArucoDetector
- Namespace
- OpenCvSharp.Aruco
- Assembly
- OpenCvSharp.dll
ArucoDetector(Dictionary)
Creates ArucoDetector with default parameters.
public ArucoDetector(Dictionary dictionary)
Parameters
dictionaryDictionary
ArucoDetector(Dictionary, DetectorParameters, RefineParameters)
Creates ArucoDetector.
public ArucoDetector(Dictionary dictionary, DetectorParameters detectorParams, RefineParameters refineParams)
Parameters
dictionaryDictionarydetectorParamsDetectorParametersrefineParamsRefineParameters
ArucoDetector(IEnumerable<Dictionary>, DetectorParameters, RefineParameters)
Creates ArucoDetector for multiple dictionaries.
public ArucoDetector(IEnumerable<Dictionary> dictionaries, DetectorParameters detectorParams, RefineParameters refineParams)
Parameters
dictionariesIEnumerable<Dictionary>indicates the types of markers that will be searched. Empty dictionaries will throw an error.
detectorParamsDetectorParametersmarker detection parameters
refineParamsRefineParametersmarker refine detection parameters