This class is non threaded.
More...
#include <ArucoGenerateTags.hpp>
◆ Start()
void ArucoGenerateTagsLinear::Start |
( |
| ) |
|
|
inline |
Single threaded, runs in main loop.
- Author
- ClayJay3 (clayt.nosp@m.onra.nosp@m.ycowe.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om)
- Date
- 2023-07-25
164 {
165 while (m_vDictionaries.size() > 0)
166 {
167
169 m_vDictionaries.pop_back();
170
171
172 for (int i = 0; i < m_nNumTagsToGenerate; ++i)
174 }
175 }
void GenerateOpenCVArucoMarker(cv::aruco::PredefinedDictionaryType eDictionary, unsigned short sMarker)
Generate an ArUco Tag.
Definition TagGenerator.hpp:25
◆ SetNumTagsToGenerate()
void ArucoGenerateTagsLinear::SetNumTagsToGenerate |
( |
const int |
nNumTags | ) |
|
|
inline |
◆ AddTagDictionaryType()
The documentation for this class was generated from the following file: