- 01 Jul, 2015 10 commits
-
-
Vladimir authored
1. Added 2-nd level of parallelization of NN on OpenCL 2. Restructured detector - now all filters work independently: Variance Filter->Ensemble->NN, through "buffers"
-
Vladimir authored
-
Vadim Pisarevsky authored
fixed warnings in the tracking module
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
Fix for Itseez/opencv_contrib/issues/278 - core dump in the case of no match(...) results.
-
Vadim Pisarevsky authored
Adds a first implementation of the OCRBeamSearchDecoder class
-
Vadim Pisarevsky authored
TLD fixes & optimizations
-
Vadim Pisarevsky authored
Added KCF Tracker Framework
-
Vadim Pisarevsky authored
added PASCAL VOC dataset
-
Kurnianggoro authored
-
- 30 Jun, 2015 3 commits
-
-
Kurnianggoro authored
-
Kurnianggoro authored
-
Kurnianggoro authored
-
- 29 Jun, 2015 1 commit
-
-
jiaolong_x220 authored
-
- 26 Jun, 2015 8 commits
-
-
Vladimir authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
Adds a first implementation of the OCRBeamSearchDecoder class using the Single Layer CNN character classifier described in Coates, Adam, et al. paper: Text detection and character recognition in scene images with unsupervised feature learning, ICDAR 2011
-
Vladimir authored
-
- 25 Jun, 2015 6 commits
-
-
Vladimir authored
-
Maksim Shabunin authored
Added confidence support to disparity filtering
-
sbokov authored
DisparityWLSFilter demonstrated the best results, so I removed all the other filters. Quality was significantly improved by adding confidence support to the filter (left-right consistency + penalty for areas near depth discontinuities). Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was rewritten for better compliance with OpenCV standards. Added accuracy and performance tests. Documentation was added, as well as references to the original papers.
-
Kurnianggoro authored
-
Kurnianggoro authored
-
Kurnianggoro authored
-
- 24 Jun, 2015 4 commits
-
-
Maksim Shabunin authored
SurfaceMatching: OpenMP indices
-
Kurnianggoro authored
-
Kurnianggoro authored
-
Kurnianggoro authored
-
- 23 Jun, 2015 2 commits
-
-
Philipp Hasper authored
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
-
Vadim Pisarevsky authored
change round to cvRound
-
- 22 Jun, 2015 2 commits
-
-
Aakash Chopra authored
-
https://github.com/Itseez/opencv_contrib/issues/278Aakash Chopra authored
Fix for https://github.com/Itseez/opencv_contrib/issues/278 - core dump in the case of no match results. Modified reported poses by constraining to the number of poses found.
-
- 19 Jun, 2015 4 commits
-
-
Kurnianggoro authored
-
Kurnianggoro authored
-
Maksim Shabunin authored
fix for issue #195
-
berak authored
avoid overflow in histogram access
-