- 08 Aug, 2016 1 commit
-
-
catree authored
-
- 05 Aug, 2016 1 commit
-
-
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.
-
- 04 Aug, 2016 8 commits
-
-
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 8 commits
-
-
Juan Pablo Aveggio authored
-
David Wolever authored
-
k-shinotsuka authored
-
k-shinotsuka authored
-
Vadim Pisarevsky authored
-
Jeff McBride authored
Cast to (int) to avoid warnings Add test for different points number case in fisheye calibration function
-
StevenPuttemans authored
-
Alexander Alekhin authored
-
- 01 Aug, 2016 2 commits
-
-
Alexander Alekhin authored
-
catree authored
-
- 31 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
* add feature of Fp16 on GPU (cudev) * add test * leave template function as unimplemented to raise error
-
- 29 Jul, 2016 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* make sure that CV_FP16 has the correct meaning * check FP16 feature correctly
-
- 28 Jul, 2016 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Tomoaki Teshima authored
-
- 27 Jul, 2016 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Christian Kapeller authored
amends work done in pull request #6976.
-