| Package | Description |
|---|---|
| org.opencv.objdetect |
| Modifier and Type | Method and Description |
|---|---|
static DetectorParameters |
DetectorParameters.__fromPtr__(long addr) |
DetectorParameters |
CharucoDetector.getDetectorParameters() |
DetectorParameters |
ArucoDetector.getDetectorParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CharucoDetector.setDetectorParameters(DetectorParameters detectorParameters) |
void |
ArucoDetector.setDetectorParameters(DetectorParameters detectorParameters) |
| Constructor and Description |
|---|
ArucoDetector(Dictionary dictionary,
DetectorParameters detectorParams)
Basic ArucoDetector constructor
|
ArucoDetector(Dictionary dictionary,
DetectorParameters detectorParams,
RefineParameters refineParams)
Basic ArucoDetector constructor
|
CharucoDetector(CharucoBoard board,
CharucoParameters charucoParams,
DetectorParameters detectorParams)
Basic CharucoDetector constructor
|
CharucoDetector(CharucoBoard board,
CharucoParameters charucoParams,
DetectorParameters detectorParams,
RefineParameters refineParams)
Basic CharucoDetector constructor
|
Copyright © 2023. All rights reserved.