如何使用EmguCV将颜色转换为Binary img [英] How to convert colored to Binary img using EmguCV

查看:120
本文介绍了如何使用EmguCV将颜色转换为Binary img的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在c#中使用EmguCV将彩色转换为二进制img 我想在EmguCV字段中创建贝纳,我想要最简单的方法.

How to convert colored to Binary img using EmguCV in c#
iam begnner in EmguCV field ,i want simplest way.

推荐答案

尝试以下操作:
使用C#Easy的Emgu CV初学者教程1
带有C#简易教程的Emgu CV对于初学者2
使用图片
Try following:
Emgu CV with C# Easy Tutorials For beginners 1
Emgu CV with C# Easy Tutorials For beginners 2
Working with Images


为此行> ;

for this line>

Image<Bgr, Byte> img1 = new Image<Bgr, Byte>(480, 320, new Bgr(255, 0, 0));



我有此错误>



i have this error>

Error   1   The type or namespace name ''Bgr'' could not be found (are you missing a using directive or an assembly reference?)



我不知道我想念什么.



i don''t know what iam missing.


这篇关于如何使用EmguCV将颜色转换为Binary img的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆