MCPcopy Create free account
hub / github.com/davisking/dlib / start_track_rec

Function start_track_rec

tools/python/src/correlation_tracker.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void start_track_rec (
37 correlation_tracker& tracker,
38 py::array img,
39 const rectangle& bounding_box
40)
41{
42 drectangle dbounding_box(bounding_box);
43 start_track(tracker, img, dbounding_box);
44}
45
46double update (
47 correlation_tracker& tracker,

Callers

nothing calls this directly

Calls 1

start_trackFunction · 0.85

Tested by

no test coverage detected