-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRelease.txt
254 lines (165 loc) · 6.58 KB
/
Release.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
==========================================================================
Vision Code v2.5d for ODROID U3+
==========================================================================
>>> Date: 30 OCT 2014
>>> New functionality/features
* Find Poly and Rotate image to detect arrow (command)
* Find MinArea rectangular and Rotate image to detect arrow
>>> Changes
* add define for arrow detect
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.5c for ODROID U3+
==========================================================================
>>> Date: 26 OCT 2014
>>> New functionality/features
* New arrow detection
>>> Changes
* Show more threshold image
* voting fo turing left, right and straight(Mara)
* Add Basket text showing
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.5b for ODROID U3+
==========================================================================
>>> Date: 13 OCT 2014
>>> New functionality/features
* Count most for arrow check
>>> Changes
* Add #define for cut window
* Read file one time for game mode
* Add cvZero before threshold
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.5a for ODROID U3+
==========================================================================
>>> Date: 8 OCT 2014
>>> New functionality/features
* None
>>> Changes
* Add #define, remove useless code
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.5 for ODROID U3+
==========================================================================
>>> Date: 3 OCT 2014
>>> New functionality/features
* Separate contour for Mara,PutText for BSK
>>> Changes
* Add Tx for WNL,remove color check for tuning
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.4 for ODROID U3+
==========================================================================
>>> Date: 2 OCT 2014
>>> New functionality/features
* Add second color for BSK and OBS
>>> Changes
* fix read file bug for WNL AND BSK
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.31 for ODROID U3+
==========================================================================
>>> Date: 1 OCT 2014
>>> New functionality/features
* Add Tune mode, can see image
>>> Changes
* Check buffer
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.3 for ODROID U3+
==========================================================================
>>> Date: 1 OCT 2014
>>> New functionality/features
* Add FIRA Basketball game, only one color.
>>> Changes
* Fix rx_buffer problem, add default game mode
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.2 for ODROID U3+
==========================================================================
>>> Date: 29 SEP 2014
>>> New functionality/features
* Add FIRA Marathon Game, detect arrow
>>> Changes
* None.
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.1 for ODROID U3+
==========================================================================
>>> Date: 29 SEP 2014
>>> New functionality/features
* Add FIRA OBS Game,only one color
>>> Changes
* Fix tuning bug(only see 1 color)
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
==========================================================================
Vision Code v2.0 for ODROID U3+
==========================================================================
>>> Date: 29 AUG 2014
>>> New functionality/features
* Separate vision process and tuning GUI;
* Invert function for red color;
>>> Changes
* New tuning GUI using QT
* Add Invert color
>>> Folder
* /home/odroid/Vision/Process
* /home/odroid/Vision/Tuner
* /home/odroid/Vision/Data
>>> How to use
* 1) Start ODROID, system will auto running VisionSystem;
* 2) Open LXTerminal, key in the command "killall VisionSystem" to stop the program;
* 3) Edit and save vision code using Geany ;
* 4) Back to LXTerminal, key in the command "make" to recompile, make sure no error;
* 5) Key in the command "./VisionSystem M" to run the program with GUI, M is Game name;
* 6) You will be able to see 3 windows pop-out, then you can tune vision and save.
==========================================================================
Vision Code v1.0
==========================================================================
>>> Date: 19 JUN 2014
>>> New functionality/features
* First released.
>>> Changes
* First Released.
>>> Folder
* VisionSystem5_webcam
* conf
>>> How to use
* 1) Start Raspberry Pi, system will auto running code Version 1.0;
* 2) Open LXTerminal, key in the command "killall VisionSystem" to stop the program;
* 3) Go to accessories->file mamager->pi, you will see folder VisionSystem5_webcam, open it and make changes;
* 4) Save the changes by Ctrl+S;
* 5) Back to LXTerminal, key in the command "make" to recompile, make sure no error;
* 6) Key in the command "./VisionSystem a" to run the program with GUI;
* 7) You will be able to see 3 windows pop-out.