Struct cv::aruco::CharucoParameters#
#include <opencv2/objdetect/charuco_detector.hpp>Collaboration diagram for cv::aruco::CharucoParameters:
Constructor & Destructor Documentation#
CharucoParameters()#
cv::aruco::CharucoParameters::CharucoParameters()
Python:
cv.aruco.CharucoParameters() -> <aruco_CharucoParameters object>
Member Data Documentation#
cameraMatrix#
Mat cv::aruco::CharucoParameters::cameraMatrix
cameraMatrix optional 3x3 floating-point camera matrix
checkMarkers#
bool cv::aruco::CharucoParameters::checkMarkers
run check to verify that markers belong to the same board, default true
distCoeffs#
Mat cv::aruco::CharucoParameters::distCoeffs
distCoeffs optional vector of distortion coefficients
minMarkers#
int cv::aruco::CharucoParameters::minMarkers
minMarkers number of adjacent markers that must be detected to return a charuco corner, default = 2
tryRefineMarkers#
bool cv::aruco::CharucoParameters::tryRefineMarkers
try to use refine board, default false
Source file#
The documentation for this struct was generated from the following file:
opencv2/objdetect/charuco_detector.hpp