Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 putText OpenCV 方法在图像上编写文本。但它只适用于 ASCII 字符。我需要打印诸如šŠčČŽž 之类的字符。有人可以帮忙吗?
不幸的是,cv::putText()只支持ASCII。有一个开放的错误报告要求支持此功能的特殊字符,但该功能似乎不会很快实现。
cv::putText()
如果你已经编译了支持 Qt 的 OpenCV,你也许可以使用它cv::addText()。
cv::addText()