|
Name |
constexpr int |
currentDataCollectionSystemVersion() |
void |
to_json(nlohmann::json & j, ClassConfig const & obj) |
void |
from_json(nlohmann::json const & j, ClassConfig & obj) |
void |
to_json(nlohmann::json & j, ClassificationConfig const & obj) |
void |
from_json(nlohmann::json const & j, ClassificationConfig & obj) |
void |
to_json(nlohmann::json & j, FullFrameConfig const & obj) |
void |
from_json(nlohmann::json const & j, FullFrameConfig & obj) |
void |
to_json(nlohmann::json & j, CollectionConfig const & obj) |
void |
from_json(nlohmann::json const & j, CollectionConfig & obj) |
expected< void > |
limitImageSize(cbuffer & image, int maxSize) |
using timestamp_t = double;
using label_t = std::string;
static constexpr int currentDataCollectionSystemVersion()
void to_json(
nlohmann::json & j,
ClassConfig const & obj
)
void from_json(
nlohmann::json const & j,
ClassConfig & obj
)
void to_json(
nlohmann::json & j,
ClassificationConfig const & obj
)
void from_json(
nlohmann::json const & j,
ClassificationConfig & obj
)
void to_json(
nlohmann::json & j,
FullFrameConfig const & obj
)
void from_json(
nlohmann::json const & j,
FullFrameConfig & obj
)
void to_json(
nlohmann::json & j,
CollectionConfig const & obj
)
void from_json(
nlohmann::json const & j,
CollectionConfig & obj
)
expected< void > limitImageSize(
cbuffer & image,
int maxSize
)
std::string const CLASSIFICATION = "Classification";
std::string const FULL_FRAME = "FullFrame";
Updated on 2025-08-24 at 15:42:37 +0000