MCPcopy Create free account
hub / github.com/amov-lab/Prometheus / getImageStatus

Function getImageStatus

Modules/object_detection/cpp_nodes/ellipse_det.cpp:116–120  ·  view source on GitHub ↗

用此函数查看是否收到图像话题

Source from the content-addressed store, hash-verified

114
115// 用此函数查看是否收到图像话题
116bool getImageStatus(void)
117{
118 boost::shared_lock<boost::shared_mutex> lock(mutex_image_status);
119 return image_status;
120}
121
122void ellipse_det(cv::Mat& input, cv::Mat& output, std::vector<Ellipse>& ells)
123{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected