MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / DetectionData

Method DetectionData

src/effects/ObjectDetection.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// Struct that stores the detected bounding boxes for all the clip frames
27struct DetectionData{
28 DetectionData(){}
29 DetectionData(
30 std::vector<int> _classIds,
31 std::vector<float> _confidences,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected