fujiankuan 2 rokov pred
rodič
commit
b75b35138e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/detection/laneATT_trt/main.cpp

+ 1 - 1
src/detection/laneATT_trt/main.cpp

@@ -494,7 +494,7 @@ int main(int argc, char *argv[]) {
                 break;
             }
         }
-        double waittime = (double)cv::getTickCount();
+        waittime = (double)cv::getTickCount();
 
     }