Loading...
Searching...
No Matches
cv::aruco::CharucoParameters Struct Reference
#include <opencv2/objdetect/charuco_detector.hpp>
Public Member Functions | |
| CharucoParameters () | |
Public Attributes | |
| Mat | cameraMatrix |
| cameraMatrix optional 3x3 floating-point camera matrix | |
| Mat | distCoeffs |
| distCoeffs optional vector of distortion coefficients | |
| int | minMarkers |
| minMarkers number of adjacent markers that must be detected to return a charuco corner, default = 2 | |
| bool | tryRefineMarkers |
| try to use refine board, default false | |
Constructor & Destructor Documentation
◆ CharucoParameters()
|
inline |
Member Data Documentation
◆ cameraMatrix
| Mat cv::aruco::CharucoParameters::cameraMatrix |
cameraMatrix optional 3x3 floating-point camera matrix
◆ 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
The documentation for this struct was generated from the following file:
- opencv2/objdetect/charuco_detector.hpp
1.9.6