Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/268.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/opencv/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# EmguCV-文本绘制中的重读_C#_Opencv_Draw_Emgucv - Fatal编程技术网

C# EmguCV-文本绘制中的重读

C# EmguCV-文本绘制中的重读,c#,opencv,draw,emgucv,C#,Opencv,Draw,Emgucv,我需要用Image.Draw来强调一个单词,但是我不明白。我的代码如下: MCvFont f = new MCvFont(Emgu.CV.CvEnum.FONT.CV_FONT_HERSHEY_COMPLEX_SMALL, 1.2, 1.2); img.Draw("Tietê - Barra Bonita", ref f, new Point(12, 25), new Bgr(0, 0, 0)); 问题在于TIETÊ这个词被视为TIET 我很感谢你的帮助 一个拥抱 理查德·阿尔加维

我需要用Image.Draw来强调一个单词,但是我不明白。我的代码如下:

MCvFont f = new MCvFont(Emgu.CV.CvEnum.FONT.CV_FONT_HERSHEY_COMPLEX_SMALL, 1.2, 1.2);
img.Draw("Tietê - Barra Bonita", ref f, new Point(12, 25), new Bgr(0, 0, 0));
问题在于TIETÊ这个词被视为TIET

我很感谢你的帮助

一个拥抱

理查德·阿尔加维