Commit e77915f4 authored by oscar's avatar oscar

提交更新

parent 8fc1bcc7
......@@ -639,7 +639,7 @@ void TrackingRos::TrackingCameraCallBackFunc(const jfx_common_msgs::InferResesCo
{
char name[512] = {};
sprintf(name, "[%.1f,%.1f]", objMsg.x, objMsg.y);
cv::putText(sendImage[i], name, cv::Point(bottom_center_x, bottom_center_y), cv::FONT_HERSHEY_PLAIN, 3, cv::Scalar(255, 23, 0), 3, 1);
cv::putText(sendImage[i], name, cv::Point(bottom_center_x, bottom_center_y), cv::FONT_HERSHEY_PLAIN, 2, cv::Scalar(0, 0, 255), 3, 1);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment