gpt4 book ai didi

opencv - OpenCV findcontours()崩溃

转载 作者:行者123 更新时间:2023-12-02 16:44:38 26 4
gpt4 key购买 nike

Cow browncow;

vector <Cow> Cows;

Mat temp;
threshold.copyTo(temp);

vector< vector<Point> > contours;
vector<Vec4i> hierarchy;

findContours(temp, contours, hierarchy, CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE);

我正在编写一些需要在图像中找到轮廓的代码,但是我的代码中断了。我的代码在findContours()上中断了;函数调用,我的调试器说
“无效参数已传递给认为无效参数致命的函数。”任何想法为什么会这样?

最佳答案

尝试使用CV_RETR_TREE而不是CV_RETR_CCOMP。如果没有帮助,我曾经固定过findContours(),只是切换到构建的 Release模式。或查看Sagar的评论。

关于opencv - OpenCV findcontours()崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34485186/

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