- 01 Aug, 2016 2 commits
-
-
Alexander Alekhin authored
-
catree authored
-
- 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 9 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
-
- 26 Jul, 2016 4 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.
-
Tomoaki Teshima authored
-
- 25 Jul, 2016 5 commits
-
-
Oskari Vinko authored
-
Alexander Alekhin authored
-
Thierry Fauck authored
Non existence of _FPU_EXTENDED definition on powerpc64 (like it is for apple and arm) prevent compilation when WITH_CUDA is set. Adding powerpc64 as case to not use these definitions modifié: modules/cudalegacy/test/TestHaarCascadeApplication.cpp modifié: modules/cudalegacy/test/test_precomp.hpp Signed-off-by:
Thierry Fauck <tfauck@free.fr>
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* NAN is not defined on some platform * follow the comment on PR
-
- 24 Jul, 2016 3 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* test build on VS2012
-
Alexander Alekhin authored
-
- 23 Jul, 2016 2 commits
-
-
Alexandr Kondratev authored
-
Tomoaki Teshima authored
* NAN is not defined on some platform
-
- 22 Jul, 2016 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 21 Jul, 2016 5 commits
-
-
Tomoaki Teshima authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
-
Alexandr Kondratev authored
-