MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / setImage

Method setImage

detection/src/detection_source.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void
155 DetectionSource::setImage(cv::Mat& image)
156 {
157 image_ = image;
158 }
159 } /* namespace detection */
160} /* namespace open_ptrack */

Callers 3

drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected