cvedia::rt::data_collection¶
Namespaces¶
Name |
---|
cvedia::rt::data_collection::helpers |
cvedia::rt::data_collection::metadata_types |
Classes¶
Types¶
Name | |
---|---|
using double | timestamp_t |
using std::string | label_t |
Functions¶
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) |
Types Documentation¶
using timestamp_t¶
using timestamp_t = double;
using label_t¶
using label_t = std::string;
Functions Documentation¶
function currentDataCollectionSystemVersion¶
static constexpr int currentDataCollectionSystemVersion()
function to_json¶
void to_json(
nlohmann::json & j,
ClassConfig const & obj
)
function from_json¶
void from_json(
nlohmann::json const & j,
ClassConfig & obj
)
function to_json¶
void to_json(
nlohmann::json & j,
ClassificationConfig const & obj
)
function from_json¶
void from_json(
nlohmann::json const & j,
ClassificationConfig & obj
)
function to_json¶
void to_json(
nlohmann::json & j,
FullFrameConfig const & obj
)
function from_json¶
void from_json(
nlohmann::json const & j,
FullFrameConfig & obj
)
function to_json¶
void to_json(
nlohmann::json & j,
CollectionConfig const & obj
)
function from_json¶
void from_json(
nlohmann::json const & j,
CollectionConfig & obj
)
Updated on 2025-08-24 at 15:42:37 +0000