- 05 Aug, 2016 1 commit
-
-
Tomoaki Teshima authored
* stop using 'CUDA' prefix * add explanation
-
- 04 Aug, 2016 2 commits
-
-
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 6 commits
-
-
Juan Pablo Aveggio 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
-
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 11 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Christian Kapeller authored
amends work done in pull request #6976.
-
StevenPuttemans authored
-
k-shinotsuka authored
-
StevenPuttemans authored
-
StevenPuttemans authored
-
Your Name authored
-
Your Name authored
- Still need to change SSE_2
-
- 26 Jul, 2016 3 commits
-
-
Alexander Alekhin authored
-
Julien Dehos authored
-
Matthew Self authored
When using OCL, the results of goodFeaturesToTrack() vary slightly from run to run. This appears to be because the order of the results from the findCorners kernel depends on thread execution and the sorting function that is used at the end to rank the features only enforces are partial sort order. This does not materially impact the quality of the results, but it makes it hard to build regression tests and generally introduces noise into the system that should be avoided. An easy fix is to change the sort function to enforce a total sort on the features, even in cases where the match quality is exactly the same for two features.
-