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

Method clear

src/TrackedObjectBBox.cpp:294–297  ·  view source on GitHub ↗

Clear the BoxVec map

Source from the content-addressed store, hash-verified

292
293// Clear the BoxVec map
294void TrackedObjectBBox::clear()
295{
296 BoxVec.clear();
297}
298
299// Generate JSON string of this object
300std::string TrackedObjectBBox::Json() const

Callers 15

LoadBoxDataMethod · 0.95
AudioResamplerMethod · 0.45
postprocessMethod · 0.45
_LoadObjDetectdDataMethod · 0.45
_LoadStabilizedDataMethod · 0.45
getNextAudioBlockMethod · 0.45
apply_timemappingMethod · 0.45
SetJsonValueMethod · 0.45
CheckWorkingFramesMethod · 0.45
~KeyframeMethod · 0.45
SetJsonValueMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected