MCPcopy Create free account
hub / github.com/cirquit/trdrop / process

Method process

trdrop_c/trdrop_c/FPSTextTask.h:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 // interface methods
64 public:
65 void process(cv::Mat & res, const size_t currentFrameIndex) {
66 std::for_each(videoIxs.begin(), videoIxs.end(), [&](int vix) {
67 drawText(res, currentFrameIndex, vix);
68 });
69 }
70
71 // private functions
72 private:

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected