Pose estimation parameters.  
 More...
#include <opencv2/aruco.hpp>
Pose estimation parameters. 
- Parameters
- 
  
    | pattern | Defines center this system and axes direction (default PatternPos::CCW_center). |  | useExtrinsicGuess | Parameter used for SOLVEPNP_ITERATIVE. If true (1), the function uses the provided rvec and tvec values as initial approximations of the rotation and translation vectors, respectively, and further optimizes them (default false). |  | solvePnPMethod | Method for solving a PnP problem: see calib3d_solvePnP_flags (default SOLVEPNP_ITERATIVE). |  
 
- See also
- PatternPos, solvePnP(), Detection of ArUco Markers 
◆ EstimateParameters()
  
  | 
        
          | cv::aruco::EstimateParameters::EstimateParameters | ( |  | ) |  |  | inline | 
 
 
◆ create()
◆ pattern
◆ solvePnPMethod
◆ useExtrinsicGuess
      
        
          | bool cv::aruco::EstimateParameters::useExtrinsicGuess | 
      
 
 
The documentation for this struct was generated from the following file: