OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitKey
(Results
1 - 25
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/opencv3/samples/cpp/example_cmake/
example.cpp
28
if(
waitKey
(10) >= 0)
38
waitKey
(0);
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
EqualizeHist_Demo.cpp
48
waitKey
(0);
/external/opencv3/samples/cpp/tutorial_code/introduction/display_image/
display_image.cpp
49
waitKey
(0); // Wait for a keystroke in the window
/external/opencv3/samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/
introduction_windows_vs.cpp
29
waitKey
(0); // Wait for a keystroke in the window
/external/opencv3/samples/cpp/tutorial_code/photo/decolorization/
decolor.cpp
39
waitKey
(0);
/external/opencv3/samples/cpp/tutorial_code/ImgProc/
Smoothing.cpp
80
waitKey
(0);
96
int c =
waitKey
( DELAY_CAPTION );
107
int c =
waitKey
( delay );
AddingImages.cpp
50
waitKey
(0);
BasicLinearTransforms.cpp
56
waitKey
();
Morphology_2.cpp
61
waitKey
(0);
Pyramids.cpp
51
c =
waitKey
(10);
Threshold.cpp
62
c =
waitKey
( 20 );
/external/opencv3/samples/cpp/
drawing.cpp
32
waitKey
(DELAY);
45
if(
waitKey
(DELAY) >= 0)
61
if(
waitKey
(DELAY) >= 0)
79
if(
waitKey
(DELAY) >= 0)
104
if(
waitKey
(DELAY) >= 0)
129
if(
waitKey
(DELAY) >= 0)
143
if(
waitKey
(DELAY) >= 0)
157
if(
waitKey
(DELAY) >= 0)
172
if(
waitKey
(DELAY) >= 0)
176
waitKey
();
[
all
...]
image_sequence.cpp
53
if(
waitKey
(500) == 27)
edge.cpp
66
waitKey
(0);
houghcircles.cpp
46
waitKey
();
lsd_lines.cpp
53
waitKey
();
/external/opencv3/samples/android/hello-android/
main.cpp
25
waitKey
();
/external/opencv3/samples/cpp/tutorial_code/HighGUI/
AddingImagesTrackbar.cpp
68
waitKey
(0);
BasicLinearTransformsTrackbar.cpp
65
waitKey
();
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
Laplace_Demo.cpp
52
waitKey
(0);
CannyDetector_Demo.cpp
74
waitKey
(0);
/external/opencv3/samples/python2/
logpolar.py
23
cv2.
waitKey
(0)
/external/opencv3/samples/cpp/tutorial_code/core/Matrix/
Drawing_2.cpp
54
waitKey
( DELAY );
88
waitKey
(0);
121
if(
waitKey
( DELAY ) >= 0 )
147
if(
waitKey
( DELAY ) >= 0 )
178
if(
waitKey
(DELAY) >= 0 )
214
if(
waitKey
(DELAY) >= 0 )
249
if(
waitKey
(DELAY) >= 0 )
272
if(
waitKey
(DELAY) >= 0 )
296
if(
waitKey
(DELAY) >= 0 )
321
if(
waitKey
(DELAY) >= 0
[
all
...]
/external/opencv3/modules/highgui/test/
test_gui.cpp
84
waitKey
(500);
/external/opencv3/modules/imgproc/test/
test_imgproc_umat.cpp
73
waitKey
();
Completed in 81 milliseconds
1
2
3
4
5
6
7
8
9