OpenCV 4.10.0
开放源代码计算机视觉
|
这是 cv::aruco::CharucoDetector 的完整成员列表,包括所有继承成员。
算法() | cv::Algorithm | |
CharucoDetector(const CharucoBoard &board, const CharucoParameters &charucoParams=CharucoParameters(), const DetectorParameters &detectorParams=DetectorParameters(), const RefineParameters &refineParams=RefineParameters()) | cv::aruco::CharucoDetector | |
charucoDetectorImpl | cv::aruco::CharucoDetector | 受保护的 |
清除() | cv::Algorithm | 内联虚拟 |
detectBoard(InputArray image, OutputArray charucoCorners, OutputArray charucoIds, InputOutputArrayOfArrays markerCorners=noArray(), InputOutputArray markerIds=noArray()) const | cv::aruco::CharucoDetector | |
detectDiamonds(InputArray image, OutputArrayOfArrays diamondCorners, OutputArray diamondIds, InputOutputArrayOfArrays markerCorners=noArray(), InputOutputArray markerIds=noArray()) const | cv::aruco::CharucoDetector | |
empty() const | cv::Algorithm | 内联虚拟 |
getBoard() const | cv::aruco::CharucoDetector | |
getCharucoParameters() const | cv::aruco::CharucoDetector | |
getDefaultName() const | cv::Algorithm | 虚拟 |
getDetectorParameters() const | cv::aruco::CharucoDetector | |
getRefineParameters() const | cv::aruco::CharucoDetector | |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
read(const FileNode &fn) | cv::Algorithm | 内联虚拟 |
read(const FileNode &fn) | cv::Algorithm | 内联静态 |
save(const String &filename) const | cv::Algorithm | 虚拟 |
setBoard(const CharucoBoard &board) | cv::aruco::CharucoDetector | |
setCharucoParameters(CharucoParameters &charucoParameters) | cv::aruco::CharucoDetector | |
setDetectorParameters(const DetectorParameters &detectorParameters) | cv::aruco::CharucoDetector | |
setRefineParameters(const RefineParameters &refineParameters) | cv::aruco::CharucoDetector | |
write(FileStorage &fs) const | cv::Algorithm | 内联虚拟 |
cv::Algorithm | ||
写(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
写格式(FileStorage &fs) const | cv::Algorithm | 受保护的 |
~算法() | cv::Algorithm | 虚拟 |