cvedia::rt¶
Namespaces¶
Name |
---|
cvedia::rt::api |
cvedia::rt::builtin |
cvedia::rt::iface |
cvedia::rt::internal |
cvedia::rt::module |
cvedia::rt::tests |
cvedia::rt::ui |
Classes¶
Name | |
---|---|
class | cvedia::rt::EventActionDisk |
class | cvedia::rt::EventActionImpl |
class | cvedia::rt::EventActionManaged |
class | cvedia::rt::EventActionRest |
class | cvedia::rt::EventDispatcherImpl |
class | cvedia::rt::EventStorageImpl |
class | cvedia::rt::GroupImpl |
class | cvedia::rt::Inference |
class | cvedia::rt::InferenceManaged Universal interface for running inference on any of the supported chipsets as well as shaping the output of detectors, classifiers and regressors. |
class | cvedia::rt::InputManaged |
class | cvedia::rt::InstanceDescriptorImpl |
class | cvedia::rt::InstanceImpl API for interfacing with a specific runtime instance. |
class | cvedia::rt::OutputImpl |
class | cvedia::rt::Post |
class | cvedia::rt::PostYoloX |
class | cvedia::rt::SolutionImpl |
class | cvedia::rt::UiCallbackImpl |
class | cvedia::rt::VirtualInstanceDescriptorImpl |
class | cvedia::rt::WebClient |
class | cvedia::rt::Yolo |
Types¶
Name | |
---|---|
typedef std::function< expected< nlohmann::json >(CValue &)> | schemaHandler |
Functions¶
Name | |
---|---|
std::string | nChar(std::string ch, size_t nRepeats) |
Types Documentation¶
typedef schemaHandler¶
typedef std::function<expected<nlohmann::json>(CValue&)> schemaHandler;
Functions Documentation¶
function nChar¶
std::string nChar(
std::string ch,
size_t nRepeats
)
Updated on 2023-11-29 at 18:22:21 +0000