![]()  | 
  
    SLProject
    4.2.000
    
   A platform independent 3D computer graphics framework for desktop OS,  Android,  iOS and online in web browsers 
   | 
 
ArUco Parameters loaded from configuration file. More...
#include <CVTrackedAruco.h>
Public Member Functions | |
| CVArucoParams () | |
| bool | loadFromFile (string calibIniPath) | 
Public Attributes | |
| cv::Ptr< cv::aruco::Dictionary > | dictionary | 
| predefined dictionary  More... | |
| cv::Ptr< cv::aruco::DetectorParameters > | arucoParams | 
| detector parameter structure for aruco detection function  More... | |
| float | edgeLength | 
| marker edge length  More... | |
| int | arucoDictionaryId | 
| id of aruco dictionary  More... | |
| string | arucoDetectorParams | 
| todo: put in one file  More... | |
| string | filename | 
| parameter filename  More... | |
ArUco Parameters loaded from configuration file.
Definition at line 29 of file CVTrackedAruco.h.
      
  | 
  inline | 
Definition at line 32 of file CVTrackedAruco.h.
      
  | 
  inline | 
Definition at line 43 of file CVTrackedAruco.h.
| string CVArucoParams::arucoDetectorParams | 
todo: put in one file
Definition at line 117 of file CVTrackedAruco.h.
| int CVArucoParams::arucoDictionaryId | 
id of aruco dictionary
Definition at line 116 of file CVTrackedAruco.h.
| cv::Ptr<cv::aruco::DetectorParameters> CVArucoParams::arucoParams | 
detector parameter structure for aruco detection function
Definition at line 109 of file CVTrackedAruco.h.
| cv::Ptr<cv::aruco::Dictionary> CVArucoParams::dictionary | 
predefined dictionary
Definition at line 108 of file CVTrackedAruco.h.
| float CVArucoParams::edgeLength | 
marker edge length
Definition at line 115 of file CVTrackedAruco.h.
| string CVArucoParams::filename | 
parameter filename
Definition at line 118 of file CVTrackedAruco.h.