AI识别报警文字描边处理

serial
BlueMatthew 1 year ago
parent 4b31c3f3c6
commit 0d64c5515a

@ -1127,7 +1127,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat)
ALOGI(buf);
#endif
ft2->putText(mat, item.name, pt, fontSize, textColor, thickness, cv::LINE_AA, false);
ft2->putText(mat, item.name, pt, fontSize, textColor, thickness, cv::LINE_AA, false, true);
}
++it;
}

Loading…
Cancel
Save