From: edgarriba Date: Sat, 9 Aug 2014 17:15:46 +0000 (+0200) Subject: bug fixed X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~165^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc250c2e3f492d317e703d67b2d825ab814f039c;p=profile%2Fivi%2Fopencv.git bug fixed --- 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;