OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitKey
(Results
176 - 200
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/opencv3/samples/python2/
asift.py
159
cv2.
waitKey
()
digits.py
184
cv2.
waitKey
(0)
grabcut.py
127
k = 0xFF & cv2.
waitKey
(1)
plane_tracker.py
163
ch = cv2.
waitKey
(1) & 0xFF
find_obj.py
183
cv2.
waitKey
()
/external/opencv3/samples/tapi/
camshift.cpp
196
char c = (char)cv::
waitKey
(10);
hog.cpp
260
handleKey((char)
waitKey
(3));
/external/opencv3/samples/cpp/
calibration.cpp
528
int key = 0xff &
waitKey
(capture.isOpened() ? 50 : 500);
571
int c = 0xff &
waitKey
();
detect_mser.cpp
280
int key =
waitKey
(40);
532
waitKey
();
select3dobj.cpp
288
int c =
waitKey
(30);
619
int c =
waitKey
(imageList.empty() && !box.empty() ? 30 : 300);
autofocus.cpp
427
switch (key = static_cast<char>(
waitKey
(30)))
grabcut.cpp
308
int c =
waitKey
(0);
points_classifier.cpp
315
uchar key = (uchar)
waitKey
();
stereo_match.cpp
290
waitKey
();
3calibration.cpp
285
//int c =
waitKey
(0) & 255;
370
int c =
waitKey
(0);
intelperc_capture.cpp
372
if(
waitKey
(30) >= 0 )
videostab.cpp
61
char key = static_cast<char>(
waitKey
(3));
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
camera_calibration.cpp
363
char key = (char)
waitKey
(s.inputCapture.isOpened() ? 50 : s.delay);
395
char c = (char)
waitKey
();
/external/opencv3/modules/ts/src/
ocl_test.cpp
325
cv::
waitKey
();
/external/opencv3/samples/gpu/
stereo_match.cpp
217
handleKey((char)
waitKey
(3));
cascadeclassifier_nvidia_api.cpp
351
switch (cv::
waitKey
(3))
hog.cpp
369
handleKey((char)
waitKey
(3));
stereo_multi.cpp
492
const int key =
waitKey
(30) & 0xff;
/external/opencv3/modules/highgui/src/
window.cpp
191
int cv::
waitKey
(int delay)
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp
183
while(cap.read(frame) &&
waitKey
(30) != 27) // capture frame until ESC is pressed
Completed in 393 milliseconds
1
2
3
4
5
6
7
8
9