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

Method CVTracker

src/CVTracker.cpp:40–46  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

38
39// Constructor
40CVTracker::CVTracker(std::string processInfoJson, ProcessingController &processingController)
41: processingController(&processingController), json_interval(false){
42 SetJson(processInfoJson);
43 start = 1;
44 end = 1;
45 lostCount = 0;
46}
47
48// Set desirable tracker method
49cv::Ptr<OPENCV_TRACKER_TYPE> CVTracker::selectTracker(std::string trackerType){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected