From 828d98a058038e953603ffebc25d029830a75d80 Mon Sep 17 00:00:00 2001 From: Scheaven <xuepengqiang> Date: 星期三, 28 七月 2021 10:06:24 +0800 Subject: [PATCH] mo --- demo.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/demo.cpp b/demo.cpp index ffe9998..7056c72 100644 --- a/demo.cpp +++ b/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]); } -- Gitblit v1.8.0