c++ - IplImages 中的 cv::putText

标签 c++ visual-studio-2010 opencv mat iplimage

当使用以下语法用于 cv::Mat 时

cv::putText(...)

将文本放入 IplImage 怎么样?有没有办法做到这一点,而无需进行更改/从 Mat 转换为 IplImages?

最佳答案

您的意思是“...没有进行更改/从 IplImages 转换为 Mat”?

cvPutText(CvArr* img, const char* text, CvPoint org, const CvFont* font, CvScalar color)呢? ?

关于c++ - IplImages 中的 cv::putText,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19248644/

相关文章:

c++ - 分析声音的库

c++ - 使用 Boost Interprocess 1.60 发布版本时出现奇怪的链接器错误

android - Android 5.0 上的 OpenCV for Android 问题( Lollipop )

java - 物体识别/检测?

C++ 单例与静态方法

c++ - 将二维字符串数组传递给函数时出错 (C++)

c++ - 如何使用 FIX 类型实现类

c++ - 无法使用种子生成高斯分布

unit-testing - 如何在 VS 2010 中指定单元测试结果的位置?

android - 如何将 OpenCV 与 Ionic 3 集成?