OpenCV  4.7.0
Open Source Computer Vision
Classes | Namespaces | Functions
charuco_detector.hpp File Reference
#include "opencv2/objdetect/aruco_detector.hpp"

Classes

class  cv::aruco::CharucoDetector
 
struct  cv::aruco::CharucoParameters
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::aruco
 

Functions

void cv::aruco::drawDetectedCornersCharuco (InputOutputArray image, InputArray charucoCorners, InputArray charucoIds=noArray(), Scalar cornerColor=Scalar(255, 0, 0))
 Draws a set of Charuco corners. More...
 
void cv::aruco::drawDetectedDiamonds (InputOutputArray image, InputArrayOfArrays diamondCorners, InputArray diamondIds=noArray(), Scalar borderColor=Scalar(0, 0, 255))
 Draw a set of detected ChArUco Diamond markers. More...