19#ifndef FLOWENGINEMARKERDETECTOR_H
20#define FLOWENGINEMARKERDETECTOR_H
Utility class to query information and generate tag images to use for marker detection.
Definition: MarkerPrinter.h:30
static FLE_DLL Result exportTags(ConstStringBuffer tagFamily, ConstStringBuffer outputDirectory, Index count)
Definition: MarkerPrinter.cpp:108
static FLE_DLL Index getNumberOfTagFamilies()
Returns the number of available tag families for the marker detection algorithm.
Definition: MarkerPrinter.cpp:34
static FLE_DLL Index getNumberOfTagsForFamily(ConstStringBuffer tagFamily)
Definition: MarkerPrinter.cpp:86
static FLE_DLL Result getTagFamily(Index index, StringBuffer tagFamily)
Definition: MarkerPrinter.cpp:63
static FLE_DLL Size getTagFamilySize(Index index)
Definition: MarkerPrinter.cpp:46
Definition: BoundingBoxInterface.cpp:26
std::ptrdiff_t Index
Index type.
Definition: CommonDef.h:100
std::size_t Size
Size type.
Definition: CommonDef.h:103
Result
Enumerates possible results generated by FlowEngine.
Definition: CommonDef.h:45
Specialization for a Buffer of characters.
Definition: CommonDef.h:255
Specialization for a const buffer characters.
Definition: CommonDef.h:296