mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-07-14 09:07:47 +00:00
More testing and prettier drawing on images (with anti-aliasing)
This commit is contained in:
@@ -215,7 +215,7 @@ void visualise_tracking(cv::Mat& captured_image, const LandmarkDetector::CLNF& f
|
||||
std::sprintf(fpsC, "%d", (int)fps_tracker);
|
||||
string fpsSt("FPS:");
|
||||
fpsSt += fpsC;
|
||||
cv::putText(captured_image, fpsSt, cv::Point(10, 20), CV_FONT_HERSHEY_SIMPLEX, 0.5, CV_RGB(255, 0, 0));
|
||||
cv::putText(captured_image, fpsSt, cv::Point(10, 20), CV_FONT_HERSHEY_SIMPLEX, 0.5, CV_RGB(255, 0, 0), 1, CV_AA);
|
||||
|
||||
if (!det_parameters.quiet_mode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user