随笔分类 -  emgucv

EmguCV Image类中的函数(二)使用MorphologyEx进行更多的变换
摘要:MorphologyEx中所有的变换如下图所示 调用方法: [csharp] view plain copy print? Mat aaa = CvInvoke.GetStructuringElement(Emgu.CV.CvEnum.ElementShape.Rectangle, new Size 阅读全文
posted @ 2016-11-07 23:16 小石头的一天 阅读(1943) 评论(0) 推荐(0)
[转载]findContours函数参数说明及相关函数
摘要:findContours函数,这个函数的原型为: void findContours(InputOutputArray image, OutputArrayOfArrays contours, OutputArray hierar-chy, int mode, int method, Point o 阅读全文
posted @ 2016-11-06 09:04 小石头的一天 阅读(613) 评论(0) 推荐(0)