Conversion to grayscale using emguCV in C#
- by Amal
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…