本文介绍了找不到类型或命名空间名称'StructuringElementEx'(您是否缺少using指令或程序集引用?)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
即使我使用Emgu.CV并且还引用了Emgu.CV.dll,我在使用StructuringElementEx时遇到了同样的错误。请帮我。在此先感谢。
Even though I use Emgu.CV and also referenced the Emgu.CV.dll I am getting the same error when I use StructuringElementEx. Please help me. Thanks in advance.
推荐答案
Mat rect_6 = CvInvoke.GetStructuringElement(Emgu.CV.CvEnum.ElementShape.Rectangle, new Size(6, 6), new Point(3, 3));
查看此链接了解更多信息:
[]
祝你好运!
Check this link for more info:
http://www.emgu.com/forum/viewtopic.php?t=4946[^]
Good luck!
这篇关于找不到类型或命名空间名称'StructuringElementEx'(您是否缺少using指令或程序集引用?)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!