- 12 Aug, 2016 1 commit
-
-
Vitaly Tuzov authored
-
- 09 Aug, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* avoid using vld1_f16 and vst1_f16 on gcc 4 series (Ubuntu 14.04) * guard correctly with #if * use static inline
-
- 08 Aug, 2016 13 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
Vladislav Sovrasov authored
-
berak authored
-
catree authored
-
- 05 Aug, 2016 5 commits
-
-
mschoeneck authored
* Common Canny parallelization added. TBB and single thread code removed. Final pass vectorized with SSE2 intrinsics. * wrong #ifdef replaced with #if * Merged to actual Canny version * Merged common parallelized Canny with actual Canny implementation * Remove 'Mutex *mutex' and pass 'Mutex mutex' from outside to parallelCanny * Replaced extern Mutex with intern mutable Mutex.
-
Tomoaki Teshima authored
* stop using 'CUDA' prefix * add explanation
-
Alexander Alekhin authored
Problem is observed with test_loop_times=100 in corner cases like 93x1 or similar
-
Alexander Alekhin authored
-
matze authored
-
- 04 Aug, 2016 10 commits
-
-
David Wolever authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
2. fixed parsing of "cat[range_spec]ord[range_spec]" type specification string when using ml::TrainData::loadFromCSV(). Thanks to A. Kaehler for reporting it
-
StevenPuttemans authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
- 03 Aug, 2016 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
k-shinotsuka authored
-
Tomoaki Teshima authored
* raise an error when wrong bit depth passed * raise an build error when wrong depth is specified for cvtScaleHalf_ * remove unnecessary safe check in cvtScaleHalf_ * use intrinsic instead of direct pointer access * update the explanation
-
- 02 Aug, 2016 2 commits
-
-
Juan Pablo Aveggio authored
-
David Wolever authored
-