OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitKey
(Results
26 - 50
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
Sobel_Demo.cpp
61
waitKey
(0);
copyMakeBorder_demo.cpp
58
c =
waitKey
(500);
filter2D_demo.cpp
50
c =
waitKey
(500);
/external/opencv3/samples/gpu/
alpha_comp.cpp
53
char key = static_cast<char>(
waitKey
());
/external/opencv3/samples/python2/
edge.py
48
ch = cv2.
waitKey
(5) & 0xFF
houghcircles.py
33
cv2.
waitKey
(0)
inpaint.py
41
ch = 0xFF & cv2.
waitKey
()
mser.py
40
if 0xFF & cv2.
waitKey
(5) == 27:
/external/opencv3/samples/cpp/
delaunay2.cpp
128
if(
waitKey
( 100 ) >= 0 )
137
if(
waitKey
( 100 ) >= 0 )
145
waitKey
(0);
connected_components.cpp
69
waitKey
(0);
convexhull.cpp
58
key = (char)
waitKey
();
fback.cpp
57
if(
waitKey
(30)>=0)
fitellipse.cpp
57
waitKey
();
houghlines.cpp
61
waitKey
();
inpaint.cpp
70
char c = (char)
waitKey
();
kmeans.cpp
71
char key = (char)
waitKey
();
laplace.cpp
80
int c =
waitKey
(30);
mask_tmpl.cpp
69
waitKey
();
minarea.cpp
75
char key = (char)
waitKey
();
morphology2.cpp
81
c =
waitKey
(0);
npr_demo.cpp
96
waitKey
(0);
phase_corr.cpp
40
key =
waitKey
(2);
starter_imagelist.cpp
56
waitKey
(); // wait indefinitely for a key to be pressed
/external/opencv3/samples/cpp/tutorial_code/core/ippasync/
ippasync_sample.cpp
134
waitKey
(15);
145
waitKey
(0);
/external/opencv3/samples/cpp/tutorial_code/core/mat_mask_operations/
mat_mask_operations.cpp
47
waitKey
(0);
59
waitKey
(0);
Completed in 84 milliseconds
1
2
3
4
5
6
7
8
9