Conversion to grayscale using emguCV in C#

后端 未结 4 546
天涯浪人
天涯浪人 2021-01-02 04:12

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.Co         


        
4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-02 04:47

    You should paste opencv_imgproc220.dll(if you use emgu cv 2.2.1.1150) to your project bin/debug folder.

提交回复
热议问题