From bc250c2e3f492d317e703d67b2d825ab814f039c Mon Sep 17 00:00:00 2001 From: edgarriba Date: Sat, 9 Aug 2014 19:15:46 +0200 Subject: [PATCH] bug fixed --- .../calib3d/real_time_pose_estimation/src/main_detection.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp b/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp index 42e38f1..4667c69 100644 --- a/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp +++ b/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp @@ -162,10 +162,6 @@ int main(int argc, char *argv[]) return -1; } - // Input parameters - if(argc > 2) pnpMethod = 0; - - // start and end times time_t start, end; -- 2.7.4