Conversion to grayscale using emguCV in C#
Posted
by Amal
on Stack Overflow
See other posts from Stack Overflow
or by Amal
Published on 2010-06-01T14:02:30Z
Indexed on
2010/06/01
14:03 UTC
Read the original article
Hit count: 779
Hi. I am new to EmguCV. I want to convert an rgb image into gray scale. For the conversion I have used the code
Image grayImage = ColordImage.Convert();
Now when i compile this code in C# it gives no error,but when i run it then after a few seconds it gives me the exception at this line of code that this type of conversion is not supported by OpenCV. Now can any one help me solve this problem.
Regards Amal
© Stack Overflow or respective owner