Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从预测函数中获得所有距离(置信度),所以我决定更改函数,但我的程序仍然使用默认函数(我认为它从 dll 和库中读取)所以我该如何更改函数?我应该使用 cmake 吗?如果是怎么办?请帮我
由于 OpenCV 不提供默认函数,因此您必须通过创建具有距离和标签的向量来创建自己的函数。您可以如下编写自己的函数,并将距离和标签存储在向量中。这里需要重建opencv。
virtual void predict(InputArray src, int &label, double &confidence, Vector <variable>) const = 0;