EstervQrCode 1.1.1
Library for qr code manipulation
Public Member Functions | Public Attributes | List of all members

#include <charuco_detector.hpp>

Public Member Functions

CV_WRAP CharucoParameters ()
 

Public Attributes

CV_PROP_RW Mat cameraMatrix
 cameraMatrix optional 3x3 floating-point camera matrix More...
 
CV_PROP_RW Mat distCoeffs
 distCoeffs optional vector of distortion coefficients More...
 
CV_PROP_RW int minMarkers
 minMarkers number of adjacent markers that must be detected to return a charuco corner, default = 2 More...
 
CV_PROP_RW bool tryRefineMarkers
 try to use refine board, default false More...
 

Constructor & Destructor Documentation

◆ CharucoParameters()

CV_WRAP cv::aruco::CharucoParameters::CharucoParameters ( )
inline

Member Data Documentation

◆ cameraMatrix

CV_PROP_RW Mat cv::aruco::CharucoParameters::cameraMatrix

cameraMatrix optional 3x3 floating-point camera matrix

◆ distCoeffs

CV_PROP_RW Mat cv::aruco::CharucoParameters::distCoeffs

distCoeffs optional vector of distortion coefficients

◆ minMarkers

CV_PROP_RW int cv::aruco::CharucoParameters::minMarkers

minMarkers number of adjacent markers that must be detected to return a charuco corner, default = 2

◆ tryRefineMarkers

CV_PROP_RW bool cv::aruco::CharucoParameters::tryRefineMarkers

try to use refine board, default false


The documentation for this struct was generated from the following file: