waitKey           100 apps/annotation/opencv_annotation.cpp         key_pressed = 0xFF & waitKey(0);
waitKey           262 modules/cudaobjdetect/test/test_objdetect.cpp     cv::waitKey();
waitKey           358 modules/cudaobjdetect/test/test_objdetect.cpp     cv::waitKey();
waitKey           154 modules/features2d/test/test_mser.cpp             waitKey();
waitKey           270 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS_W int waitKey(int delay = 0);
waitKey            84 modules/highgui/test/test_gui.cpp     waitKey(500);
waitKey            73 modules/imgproc/test/test_imgproc_umat.cpp         waitKey();
waitKey           302 modules/imgproc/test/test_imgwarp_strict.cpp                 waitKey();
waitKey           151 modules/stitching/perf/opencl/perf_warpers.cpp     cv::waitKey();
waitKey           432 modules/ts/src/cuda_test.cpp         waitKey();
waitKey           325 modules/ts/src/ocl_test.cpp         cv::waitKey();
waitKey            25 samples/android/hello-android/main.cpp   waitKey();
waitKey           370 samples/cpp/3calibration.cpp         int c = waitKey(0);
waitKey           427 samples/cpp/autofocus.cpp         switch (key = static_cast<char>(waitKey(30)))
waitKey            98 samples/cpp/bgfg_segm.cpp         char k = (char)waitKey(30);
waitKey           528 samples/cpp/calibration.cpp         int key = 0xff & waitKey(capture.isOpened() ? 50 : 500);
waitKey           571 samples/cpp/calibration.cpp             int c = 0xff & waitKey();
waitKey           184 samples/cpp/camshiftdemo.cpp         char c = (char)waitKey(10);
waitKey           246 samples/cpp/cloning_demo.cpp     waitKey(0);
waitKey           153 samples/cpp/cloning_gui.cpp             waitKey(0);
waitKey           160 samples/cpp/cloning_gui.cpp             waitKey(0);
waitKey           166 samples/cpp/cloning_gui.cpp             waitKey(0);
waitKey           257 samples/cpp/cloning_gui.cpp             waitKey(0);
waitKey           456 samples/cpp/cloning_gui.cpp         char key = (char) waitKey(0);
waitKey           546 samples/cpp/cloning_gui.cpp     waitKey(0);
waitKey            69 samples/cpp/connected_components.cpp     waitKey(0);
waitKey            91 samples/cpp/contours2.cpp     waitKey();
waitKey            58 samples/cpp/convexhull.cpp         key = (char)waitKey();
waitKey           148 samples/cpp/create_mask.cpp     waitKey(0);
waitKey            88 samples/cpp/dbt_face_detection.cpp         if (waitKey(30) >= 0) break;
waitKey           128 samples/cpp/delaunay2.cpp         if( waitKey( 100 ) >= 0 )
waitKey           137 samples/cpp/delaunay2.cpp         if( waitKey( 100 ) >= 0 )
waitKey           145 samples/cpp/delaunay2.cpp     waitKey(0);
waitKey            92 samples/cpp/demhist.cpp     waitKey();
waitKey           196 samples/cpp/detect_blob.cpp             waitKey();
waitKey           280 samples/cpp/detect_mser.cpp         int key = waitKey(40);
waitKey           532 samples/cpp/detect_mser.cpp         waitKey();
waitKey            81 samples/cpp/dft.cpp     waitKey();
waitKey           134 samples/cpp/distrans.cpp         int c = waitKey(0) & 255;
waitKey            32 samples/cpp/drawing.cpp     waitKey(DELAY);
waitKey            45 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey            61 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey            79 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey           104 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey           129 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey           143 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey           157 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey           172 samples/cpp/drawing.cpp         if(waitKey(DELAY) >= 0)
waitKey           176 samples/cpp/drawing.cpp     waitKey();
waitKey            66 samples/cpp/edge.cpp     waitKey(0);
waitKey            67 samples/cpp/em.cpp     waitKey(0);
waitKey            28 samples/cpp/example_cmake/example.cpp             if(waitKey(10) >= 0)
waitKey            38 samples/cpp/example_cmake/example.cpp         waitKey(0);
waitKey           143 samples/cpp/facedetect.cpp             if( waitKey( 10 ) >= 0 )
waitKey           147 samples/cpp/facedetect.cpp         waitKey(0);
waitKey           158 samples/cpp/facedetect.cpp             waitKey(0);
waitKey           179 samples/cpp/facedetect.cpp                         c = waitKey(0);
waitKey            66 samples/cpp/facial_features.cpp     waitKey(0);
waitKey            57 samples/cpp/fback.cpp         if(waitKey(30)>=0)
waitKey            99 samples/cpp/ffilldemo.cpp         int c = waitKey(0);
waitKey            57 samples/cpp/fitellipse.cpp     waitKey();
waitKey           308 samples/cpp/grabcut.cpp         int c = waitKey(0);
waitKey            46 samples/cpp/houghcircles.cpp     waitKey();
waitKey            61 samples/cpp/houghlines.cpp     waitKey();
waitKey           126 samples/cpp/image.cpp     waitKey();
waitKey           375 samples/cpp/image_alignment.cpp         waitKey (200);
waitKey           377 samples/cpp/image_alignment.cpp         waitKey (200);
waitKey           379 samples/cpp/image_alignment.cpp         waitKey(200);
waitKey           381 samples/cpp/image_alignment.cpp         waitKey(0);
waitKey            53 samples/cpp/image_sequence.cpp         if(waitKey(500) == 27)
waitKey            70 samples/cpp/inpaint.cpp         char c = (char)waitKey();
waitKey           372 samples/cpp/intelperc_capture.cpp         if( waitKey(30) >= 0 )
waitKey            92 samples/cpp/kalman.cpp             code = (char)waitKey(100);
waitKey            71 samples/cpp/kmeans.cpp         char key = (char)waitKey();
waitKey            80 samples/cpp/laplace.cpp         int c = waitKey(30);
waitKey           127 samples/cpp/lkdemo.cpp         char c = (char)waitKey(10);
waitKey           180 samples/cpp/logistic_regression.cpp     waitKey(0);
waitKey            53 samples/cpp/lsd_lines.cpp     waitKey();
waitKey            69 samples/cpp/mask_tmpl.cpp     waitKey();
waitKey           150 samples/cpp/matchmethod_orb_akaze_brisk.cpp                     waitKey();
waitKey            75 samples/cpp/minarea.cpp         char key = (char)waitKey();
waitKey            81 samples/cpp/morphology2.cpp         c = waitKey(0);
waitKey            96 samples/cpp/npr_demo.cpp     waitKey(0);
waitKey           307 samples/cpp/openni_capture.cpp         if( waitKey( 30 ) >= 0 )
waitKey           182 samples/cpp/pca.cpp         key = waitKey();
waitKey            40 samples/cpp/phase_corr.cpp         key = waitKey(2);
waitKey           315 samples/cpp/points_classifier.cpp         uchar key = (uchar)waitKey();
waitKey           103 samples/cpp/segment_objects.cpp         int keycode = waitKey(30);
waitKey           288 samples/cpp/select3dobj.cpp         int c = waitKey(30);
waitKey           619 samples/cpp/select3dobj.cpp         int c = waitKey(imageList.empty() && !box.empty() ? 30 : 300);
waitKey            84 samples/cpp/shape_example.cpp         waitKey(30);
waitKey           137 samples/cpp/smiledetect.cpp             if( waitKey( 10 ) >= 0 )
waitKey           141 samples/cpp/smiledetect.cpp         waitKey(0);
waitKey           163 samples/cpp/squares.cpp         int c = waitKey();
waitKey            56 samples/cpp/starter_imagelist.cpp         waitKey(); // wait indefinitely for a key to be pressed
waitKey            53 samples/cpp/starter_video.cpp             char key = (char)waitKey(30); //delay N millis, usually long enough to display and capture input
waitKey           127 samples/cpp/stereo_calib.cpp                 char c = (char)waitKey(500);
waitKey           324 samples/cpp/stereo_calib.cpp         char c = (char)waitKey();
waitKey           290 samples/cpp/stereo_match.cpp         waitKey();
waitKey           101 samples/cpp/train_HOG.cpp         waitKey( 10 );
waitKey           128 samples/cpp/train_HOG.cpp         waitKey( 10 );
waitKey           309 samples/cpp/train_HOG.cpp         waitKey( 10 );
waitKey           398 samples/cpp/train_HOG.cpp         key = (char)waitKey( 10 );
waitKey            68 samples/cpp/tutorial_code/HighGUI/AddingImagesTrackbar.cpp    waitKey(0);
waitKey            65 samples/cpp/tutorial_code/HighGUI/BasicLinearTransformsTrackbar.cpp    waitKey();
waitKey           129 samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/video-input-psnr-ssim.cpp         c = (char)waitKey(delay);
waitKey            48 samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp   waitKey(0);
waitKey            46 samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp   waitKey(0);
waitKey            49 samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp   waitKey(0);
waitKey            47 samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp   waitKey(0);
waitKey            78 samples/cpp/tutorial_code/Histograms_Matching/calcHist_Demo.cpp   waitKey(0);
waitKey            50 samples/cpp/tutorial_code/ImgProc/AddingImages.cpp    waitKey(0);
waitKey            56 samples/cpp/tutorial_code/ImgProc/BasicLinearTransforms.cpp    waitKey();
waitKey            67 samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp   waitKey(0);
waitKey            61 samples/cpp/tutorial_code/ImgProc/Morphology_2.cpp   waitKey(0);
waitKey           125 samples/cpp/tutorial_code/ImgProc/Morphology_3.cpp     waitKey(0);
waitKey            51 samples/cpp/tutorial_code/ImgProc/Pyramids.cpp     c = waitKey(10);
waitKey            80 samples/cpp/tutorial_code/ImgProc/Smoothing.cpp   waitKey(0);
waitKey            96 samples/cpp/tutorial_code/ImgProc/Smoothing.cpp   int c = waitKey( DELAY_CAPTION );
waitKey           107 samples/cpp/tutorial_code/ImgProc/Smoothing.cpp   int c = waitKey ( delay );
waitKey            62 samples/cpp/tutorial_code/ImgProc/Threshold.cpp       c = waitKey( 20 );
waitKey            74 samples/cpp/tutorial_code/ImgTrans/CannyDetector_Demo.cpp   waitKey(0);
waitKey            79 samples/cpp/tutorial_code/ImgTrans/Geometric_Transforms_Demo.cpp   waitKey(0);
waitKey           105 samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp         key = waitKey(10);
waitKey            68 samples/cpp/tutorial_code/ImgTrans/HoughLines_Demo.cpp    waitKey(0);
waitKey            52 samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp   waitKey(0);
waitKey            44 samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp     int c = waitKey( 1000 );
waitKey            61 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   waitKey(0);
waitKey            58 samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp          c = waitKey(500);
waitKey            50 samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp          c = waitKey(500);
waitKey           166 samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp     waitKey(0);
waitKey            50 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp   waitKey(0);
waitKey            45 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp   waitKey(0);
waitKey            45 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp   waitKey(0);
waitKey            45 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp   waitKey(0);
waitKey            45 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp   waitKey(0);
waitKey            79 samples/cpp/tutorial_code/ShapeDescriptors/pointPolygonTest_demo.cpp   waitKey(0);
waitKey            83 samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp   waitKey(0);
waitKey            44 samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp   waitKey(0);
waitKey            48 samples/cpp/tutorial_code/TrackingMotion/cornerSubPix_Demo.cpp   waitKey(0);
waitKey            48 samples/cpp/tutorial_code/TrackingMotion/goodFeaturesToTrack_Demo.cpp   waitKey(0);
waitKey           363 samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp         char key = (char)waitKey(s.inputCapture.isOpened() ? 50 : s.delay);
waitKey           395 samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp             char c = (char)waitKey();
waitKey           183 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp   while(cap.read(frame) && waitKey(30) != 27) // capture frame until ESC is pressed
waitKey           126 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   while ( waitKey(30) < 0 )
waitKey           188 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   waitKey(0);
waitKey           249 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp   waitKey(0);
waitKey            64 samples/cpp/tutorial_code/calib3d/stereoBM/SBM_Sample.cpp   waitKey(0);
waitKey            72 samples/cpp/tutorial_code/core/Matrix/Drawing_1.cpp   waitKey( 0 );
waitKey            54 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp   waitKey( DELAY );
waitKey            88 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp   waitKey(0);
waitKey           121 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey( DELAY ) >= 0 )
waitKey           147 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey( DELAY ) >= 0 )
waitKey           178 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey(DELAY) >= 0 )
waitKey           214 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey(DELAY) >= 0 )
waitKey           249 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey(DELAY) >= 0 )
waitKey           272 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey(DELAY) >= 0 )
waitKey           296 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey(DELAY) >= 0 )
waitKey           321 samples/cpp/tutorial_code/core/Matrix/Drawing_2.cpp     if( waitKey(DELAY) >= 0 )
waitKey            76 samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp     waitKey();
waitKey           147 samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/interoperability_with_OpenCV_1.cpp     waitKey();
waitKey           134 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp         waitKey(15);
waitKey           145 samples/cpp/tutorial_code/core/ippasync/ippasync_sample.cpp         waitKey(0);
waitKey            47 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp     waitKey(0);
waitKey            59 samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp     waitKey(0);
waitKey            49 samples/cpp/tutorial_code/introduction/display_image/display_image.cpp     waitKey(0); // Wait for a keystroke in the window
waitKey            29 samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/introduction_windows_vs.cpp     waitKey(0); // Wait for a keystroke in the window
waitKey           144 samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp     waitKey(0);
waitKey            80 samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp     waitKey(0);
waitKey           142 samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp     waitKey(0);
waitKey            47 samples/cpp/tutorial_code/objectDetection/objectDetection.cpp         int c = waitKey(10);
waitKey            54 samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp         int c = waitKey(10);
waitKey            39 samples/cpp/tutorial_code/photo/decolorization/decolor.cpp     waitKey(0);
waitKey            95 samples/cpp/tutorial_code/photo/non_photorealistic_rendering/npr_demo.cpp     waitKey(0);
waitKey           245 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_demo.cpp     waitKey(0);
waitKey           152 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             waitKey(0);
waitKey           159 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             waitKey(0);
waitKey           165 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             waitKey(0);
waitKey           256 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp             waitKey(0);
waitKey           455 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp         char key = (char) waitKey(0);
waitKey           545 samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp     waitKey(0);
waitKey           122 samples/cpp/tutorial_code/video/bg_sub.cpp         keyboard = waitKey( 30 );
waitKey           165 samples/cpp/tutorial_code/video/bg_sub.cpp         keyboard = waitKey( 30 );
waitKey           192 samples/cpp/tvl1_optical_flow.cpp     waitKey();
waitKey           136 samples/cpp/ufacedetect.cpp             if( waitKey( 10 ) >= 0 )
waitKey           146 samples/cpp/ufacedetect.cpp             waitKey(0);
waitKey           167 samples/cpp/ufacedetect.cpp                         c = waitKey(0);
waitKey            61 samples/cpp/videostab.cpp             char key = static_cast<char>(waitKey(3));
waitKey            71 samples/cpp/watershed.cpp         int c = waitKey(0);
waitKey            53 samples/gpu/alpha_comp.cpp         char key = static_cast<char>(waitKey());
waitKey           164 samples/gpu/bgfg_segm.cpp         int key = waitKey(30);
waitKey           284 samples/gpu/cascadeclassifier.cpp         char key = (char)waitKey(5);
waitKey           351 samples/gpu/cascadeclassifier_nvidia_api.cpp         switch (cv::waitKey(3))
waitKey           197 samples/gpu/driver_api_stereo_multi.cpp     waitKey();
waitKey           128 samples/gpu/farneback_optical_flow.cpp         char ch = (char)waitKey(3);
waitKey           181 samples/gpu/generalized_hough.cpp     waitKey();
waitKey           369 samples/gpu/hog.cpp             handleKey((char)waitKey(3));
waitKey            87 samples/gpu/houghlines.cpp     waitKey();
waitKey            84 samples/gpu/morphology.cpp         char c = (char) waitKey();
waitKey           117 samples/gpu/opengl.cpp         int key = waitKey(40);
waitKey           237 samples/gpu/optical_flow.cpp     waitKey();
waitKey           177 samples/gpu/pyrlk_optical_flow.cpp     waitKey();
waitKey           217 samples/gpu/stereo_match.cpp         handleKey((char)waitKey(3));
waitKey           492 samples/gpu/stereo_multi.cpp         const int key = waitKey(30) & 0xff;
waitKey           151 samples/gpu/super_resolution.cpp         if (waitKey(1000) > 0)
waitKey            83 samples/gpu/surf_keypoint_matcher.cpp     waitKey(0);
waitKey            57 samples/gpu/video_reader.cpp         if (cv::waitKey(3) > 0)
waitKey           108 samples/tapi/bgfg_segm.cpp         char key = (char)waitKey(30);
waitKey           196 samples/tapi/camshift.cpp         char c = (char)cv::waitKey(10);
waitKey            97 samples/tapi/clahe.cpp         char key = (char)waitKey(3);
waitKey           260 samples/tapi/hog.cpp             handleKey((char)waitKey(3));
waitKey           185 samples/tapi/pyrlk_optical_flow.cpp             char key = (char)waitKey(10);
waitKey           229 samples/tapi/pyrlk_optical_flow.cpp     waitKey();
waitKey           202 samples/tapi/squares.cpp     waitKey(0);
waitKey           183 samples/tapi/tvl1_optical_flow.cpp             char key = (char)waitKey(10);
waitKey           230 samples/tapi/tvl1_optical_flow.cpp     waitKey();