PicoDet Helper
公共头文件:
#include "brookesia/service_helper/media/picodet.hpp"
概述
本页用于查看 PicoDet helper 的 Doxygen API,包括模型、检测框、帧流接入、函数和事件类型。
API 参考
Header File
Classes
-
class PicoDet : public esp_brookesia::service::helper::Base<PicoDet>
Schema/type definitions for the PicoDet object-detection service.
-
struct AttachConfig
Parameters for
Attach(passed as one JSON object; all fields optional).
-
struct Box
One detected object returned by
Detect.
-
struct Info
Loaded-model info returned by
OpenandGetInfo.Public Members
-
bool opened = false
Whether a model is currently loaded.
-
int width = 0
Model input width in pixels.
-
int height = 0
Model input height in pixels.
-
std::vector<std::string> labels
Class names, index-aligned with
Box::category.
-
bool opened = false
-
struct OpenConfig
Parameters for
Open(passed as one JSON object).
-
struct AttachConfig