Commit ceb7233
Control out the frame moving (Smorodov#82)
* Added hough3d sources
* Calculate 3D hough trajectory lines
* Added fps
* Some warnings removing
* Fixed warning
* Added small crops in DNN detector for High resolution videos and small objects
* Small refactoring
* Some fix for single tracking
* Added openmp flags to the compiler
* Draw trajectory option
* Update Readme
* Fixed link
* Hough3D disabled now in CMake
* Added Yolo (and Tiny Yolo) detector
* Update Readme
* Remove unused Hybrid face detector
* Extract Capture+Detection into the separate thread
* Fixed potential deadlock
* Points visualization
* Control out the frame moving1 parent ce36126 commit ceb7233
2 files changed
Lines changed: 22 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
165 | 170 | | |
166 | 171 | | |
167 | 172 | | |
| |||
203 | 208 | | |
204 | 209 | | |
205 | 210 | | |
206 | | - | |
| 211 | + | |
207 | 212 | | |
208 | 213 | | |
209 | 214 | | |
| |||
212 | 217 | | |
213 | 218 | | |
214 | 219 | | |
| 220 | + | |
215 | 221 | | |
216 | 222 | | |
217 | 223 | | |
218 | 224 | | |
| 225 | + | |
219 | 226 | | |
| 227 | + | |
220 | 228 | | |
221 | 229 | | |
222 | 230 | | |
| |||
266 | 274 | | |
267 | 275 | | |
268 | 276 | | |
| 277 | + | |
269 | 278 | | |
270 | 279 | | |
271 | 280 | | |
272 | 281 | | |
| 282 | + | |
273 | 283 | | |
274 | 284 | | |
275 | 285 | | |
| |||
335 | 345 | | |
336 | 346 | | |
337 | 347 | | |
338 | | - | |
339 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
340 | 351 | | |
341 | 352 | | |
342 | 353 | | |
| |||
459 | 470 | | |
460 | 471 | | |
461 | 472 | | |
462 | | - | |
| 473 | + | |
463 | 474 | | |
464 | 475 | | |
465 | 476 | | |
466 | 477 | | |
| 478 | + | |
467 | 479 | | |
468 | 480 | | |
469 | 481 | | |
470 | 482 | | |
| 483 | + | |
471 | 484 | | |
| 485 | + | |
472 | 486 | | |
473 | | - | |
474 | | - | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
475 | 490 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| |||
0 commit comments