update samples: waitKey() usage
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 12 Aug 2016 13:11:30 +0000 (15:11 +0200)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 15 Dec 2016 12:39:47 +0000 (15:39 +0300)
commit6d34d6b47e5092ca3e552ca90d63ca0e62cdc210
tree4cb052b25fa549f3de13f521b204edd8f0faaad9
parent4e7b5214387e74b8df1c847d64b68e4bb3876d91
update samples: waitKey() usage

Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
76 files changed:
apps/createsamples/utility.cpp
apps/interactive-calibration/calibPipeline.cpp
doc/tutorials/imgproc/imgtrans/remap/remap.markdown
doc/tutorials/imgproc/pyramids/pyramids.markdown
modules/python/test/tst_scene_render.py
samples/cpp/3calibration.cpp
samples/cpp/calibration.cpp
samples/cpp/cloning_gui.cpp
samples/cpp/convexhull.cpp
samples/cpp/detect_mser.cpp
samples/cpp/distrans.cpp
samples/cpp/facedetect.cpp
samples/cpp/ffilldemo.cpp
samples/cpp/grabcut.cpp
samples/cpp/laplace.cpp
samples/cpp/morphology2.cpp
samples/cpp/pca.cpp
samples/cpp/phase_corr.cpp
samples/cpp/points_classifier.cpp
samples/cpp/segment_objects.cpp
samples/cpp/select3dobj.cpp
samples/cpp/smiledetect.cpp
samples/cpp/squares.cpp
samples/cpp/tutorial_code/ImgProc/Pyramids.cpp
samples/cpp/tutorial_code/ImgProc/Threshold.cpp
samples/cpp/tutorial_code/ImgProc/Threshold_inRange.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp
samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp
samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp
samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp
samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp
samples/cpp/tutorial_code/video/bg_sub.cpp
samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp
samples/cpp/watershed.cpp
samples/gpu/bgfg_segm.cpp
samples/gpu/opengl.cpp
samples/python/camshift.py
samples/python/coherence.py
samples/python/color_histogram.py
samples/python/contours.py
samples/python/deconvolution.py
samples/python/digits_video.py
samples/python/distrans.py
samples/python/edge.py
samples/python/facedetect.py
samples/python/fitline.py
samples/python/floodfill.py
samples/python/gaussian_mix.py
samples/python/grabcut.py
samples/python/hist.py
samples/python/inpaint.py
samples/python/kalman.py
samples/python/kmeans.py
samples/python/lappyr.py
samples/python/lk_homography.py
samples/python/lk_track.py
samples/python/morphology.py
samples/python/mosse.py
samples/python/mouse_and_match.py
samples/python/mser.py
samples/python/opt_flow.py
samples/python/peopledetect.py
samples/python/plane_ar.py
samples/python/plane_tracker.py
samples/python/squares.py
samples/python/tst_scene_render.py
samples/python/turing.py
samples/python/video.py
samples/python/video_threaded.py
samples/python/video_v4l2.py
samples/python/watershed.py
samples/tapi/ufacedetect.cpp