gpt4 book ai didi

c# - 在 emgucv 3.1 中绘制轮廓

转载 作者:太空宇宙 更新时间:2023-11-03 21:11:06 26 4
gpt4 key购买 nike

我也想在 EmguCV 3.1.0.2504 中绘制轮廓,但出现错误:“OpenCV: i<0 .Children could not be evaluated.”

IInputArrayOfArrays biggestCnt = GetBiggestCountour(BinaryImage);
Image<Gray, byte> justCountor = new Image<Gray, byte>(384, 284, new Gray(255));
CvInvoke.DrawContours(justCountor, biggestCnt, -1, new MCvScalar(255, 0, 0));

enter image description here

最佳答案

我改行:

CvInvoke.DrawContours(justCountor, biggestCnt, -1, new MCvScalar(255, 0, 0));

 justCountor.Draw(biggestCnt.ToArray(), new Gray(0), 1);

问题解决了。

关于c# - 在 emgucv 3.1 中绘制轮廓,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41361851/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com