如何在EmguCv中转换图像深度

时间:2019-03-01 10:53:40

标签: c# emgucv color-depth

我在C#中使用EmguCV

我想将bgr图像从字节转换为int。 然后我想将bgr转换为hsl。

该位似乎有效:

 var zero = CapturedFrame.Convert<Bgr, int>();

此行:

  var hue = zero.Convert<Hsv, int>();

给出此错误:

There is an error converting Emgu.CV.Structure.Bgr to Emgu.CV.Structure.Hsv: 
Requested value 'Bgr2Bgr' was not found.

0 个答案:

没有答案