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

Method ObjectDetection

src/effects/ObjectDetection.cpp:34–43  ·  view source on GitHub ↗

Default constructor

Source from the content-addressed store, hash-verified

32
33// Default constructor
34ObjectDetection::ObjectDetection()
35 : display_box_text(1.0)
36 , display_boxes(1.0)
37{
38 // Init effect metadata
39 init_effect_details();
40
41 // We haven’t loaded any protobuf yet, so there's nothing to pick.
42 selectedObjectIndex = -1;
43}
44
45// Init effect settings
46void ObjectDetection::init_effect_details()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected