Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amov-lab/Prometheus
/ getImageStatus
Function
getImageStatus
Modules/object_detection/cpp_nodes/kcf_tracker.cpp:101–105 ·
view source on GitHub ↗
用此函数查看是否收到图像话题
Source
from the content-addressed store, hash-verified
99
100
// 用此函数查看是否收到图像话题
101
bool getImageStatus(void)
102
{
103
boost::shared_lock<boost::shared_mutex> lock(mutex_image_status);
104
return image_status;
105
}
106
107
//! ROS subscriber and publisher.
108
//【订阅】输入图像
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected