KEY
|
KeyCode
|
ASCII
|
KEY
|
KeyCode
|
ASCII
|
0
|
48
|
48
|
Numpad 0
|
96
|
48
|
1
|
49
|
49
|
Numpad 1
|
97
|
49
|
2
|
50
|
50
|
Numpad 2
|
98
|
50
|
3
|
51
|
51
|
Numpad 3
|
99
|
51
|
4
|
52
|
52
|
Numpad 4
|
100
|
52
|
5
|
53
|
53
|
Numpad 5
|
101
|
53
|
6
|
54
|
54
|
Numpad 6
|
102
|
54
|
7
|
55
|
55
|
Numpad 7
|
103
|
55
|
8
|
56
|
56
|
Numpad 8
|
104
|
56
|
9
|
57
|
57
|
Numpad 9
|
105
|
57
|
A
|
65
|
65
|
Multiply
|
106
|
42
|
B
|
66
|
66
|
Add
|
107
|
43
|
C
|
67
|
67
|
Enter
|
13
|
13
|
D
|
68
|
68
|
Subtract
|
109
|
45
|
E
|
69
|
69
|
Decimal
|
110
|
46
|
F
|
70
|
70
|
Divide
|
111
|
47
|
G
|
71
|
71
|
F1
|
112
| |
H
|
72
|
72
|
F2
|
113
| |
I
|
73
|
73
|
F3
|
114
| |
J
|
74
|
74
|
F4
|
115
| |
K
|
75
|
75
|
F5
|
116
| |
L
|
76
|
76
|
F6
|
117
| |
M
|
77
|
77
|
F7
|
118
| |
N
|
78
|
78
|
F8
|
119
| |
O
|
79
|
79
|
F9
|
120
| |
P
|
80
|
80
|
F10
|
121
| |
Q
|
81
|
81
|
F11
|
122
| |
R
|
82
|
82
|
F12
|
123
| |
S
|
83
|
83
|
Backspace
|
8
|
8
|
T
|
84
|
84
|
Tab
|
9
|
9
|
U
|
85
|
85
|
Enter
|
13
|
13
|
V
|
86
|
86
|
Shift
|
16
|
0
|
W
|
87
|
87
|
Left Control
|
17
|
0
|
X
|
88
|
88
|
Right Control
|
25
|
0
|
Y
|
89
|
89
|
Left Alt
|
18
|
0
|
Z
|
90
|
90
|
Right Alt
|
21
|
0
|
a
|
65
|
97
|
Caps Lock
|
20
|
0
|
b
|
66
|
98
|
Esc
|
27
|
27
|
c
|
67
|
99
|
Spacebar
|
32
|
32
|
d
|
68
|
100
|
Page Up
|
33
|
0
|
e
|
69
|
101
|
Page Down
|
34
|
0
|
f
|
70
|
102
|
End
|
35
|
0
|
g
|
71
|
103
|
Home
|
36
|
0
|
h
|
72
|
104
|
Left Arrow
|
37
|
0
|
i
|
73
|
105
|
Up Arrow
|
38
|
0
|
j
|
74
|
106
|
Right Arrow
|
39
|
0
|
k
|
75
|
107
|
Down Arrow
|
40
|
0
|
l
|
76
|
108
|
Insert
|
45
|
0
|
m
|
77
|
109
|
Delete
|
46
|
127
|
n
|
78
|
110
|
Num Lock
|
144
|
0
|
o
|
79
|
111
|
ScrLk
|
145
|
0
|
p
|
80
|
112
|
Pause/Break
|
19
|
0
|
q
|
81
|
113
|
; :
|
186
|
59
|
r
|
82
|
114
|
= +
|
187
|
61
|
s
|
83
|
115
|
– _
|
189
|
45
|
t
|
84
|
116
|
/?
|
191
|
47
|
u
|
85
|
117
|
‘~
|
192
|
96
|
v
|
86
|
118
|
[
|
219
|
91
|
w
|
87
|
119
|
|
|
220
|
92
|
x
|
88
|
120
|
]
|
221
|
93
|
y
|
89
|
121
|
” ‘
|
222
|
39
|
z
|
90
|
122
|
< ,
|
188
|
44
|
> .
|
190
|
46
|
11/21/2016
Keycode and ascii code
Subscribe to:
Post Comments (Atom)
-
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
-
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
-
In the YUV color format, Y is bright information, U is blue color area, V is red color area. Show the below picture. The picture is u-v col...
-
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
-
This is example source cod of ORB_GPU feature detection and matching. ORB feature is known extraction speed is faster than surf and sift. ...
-
OpenCV has AdaBoost algorithm function. And gpu version also is provided. For using detection, we prepare the trained xml file. Although...
-
In past, I wrote an articel about YUV 444, 422, 411 introduction and yuv rgb converting example code. refer to this page -> http://feel...
-
1. load pre-trained model 2. export onnx 3. load onnx refer to code: . import warnings from torch . jit import TracerWarning warnings . ...
-
refer to code: . import mlflow from sklearn . metrics import adjusted_rand_score , silhouette_score from sklearn . cluster import K...
-
Created Date : 2007.8 Language : Matlab / C++(MFC) Tool : Matlab / Visual C++ 6.0 Library & Utilized : - / OpenGL Reference : ...
No comments:
Post a Comment