bug fixed
authoredgarriba <edgar.riba@gmail.com>
Sat, 9 Aug 2014 17:15:46 +0000 (19:15 +0200)
committeredgarriba <edgar.riba@gmail.com>
Sat, 9 Aug 2014 17:15:46 +0000 (19:15 +0200)
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp

index 42e38f1..4667c69 100644 (file)
@@ -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;