Click here to Skip to main content
15,902,835 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
How to convert colored to Binary img using EmguCV in c#
iam begnner in EmguCV field ,i want simplest way.
Posted
Comments
Sergey Alexandrovich Kryukov 22-Dec-11 16:05pm    
What do you mean by "binary img". Do you think there are non-binary images. Or do you simply mean 1 bit per pixel?
--SA

 
Share this answer
 
v2
Comments
Wendelius 22-Dec-11 15:18pm    
Informative links, 5'd
Monjurul Habib 22-Dec-11 15:23pm    
thank you
Sergey Alexandrovich Kryukov 22-Dec-11 16:06pm    
Sure, a 5.
--SA
Monjurul Habib 22-Dec-11 16:14pm    
thank you
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900