派生自 Algorithm/baseDetector

mo
Scheaven
2021-07-28 828d98a058038e953603ffebc25d029830a75d80
demo.cpp
@@ -45,7 +45,8 @@
            sr = get_result(handle, img, 0);
            TResult * t_result = (TResult*) sr;
            cout << "t_result->count==" << t_result->count  << endl;
            for (int i=0; i<t_result->count; i++){
            for (int i=0; i<t_result->count; i++)
            {
                cout << "confidence:" << t_result->targets[i].confidence << endl;
                draw_SDK_result(frame, t_result->targets[i]);
            }