- 21 Feb, 2015 1 commit
-
-
Olexa Bilaniuk authored
- Switched to the extremely fast, while simple and high-quality, xorshift128+ PRNG algorithm by Sebastiano Vigna in "Further scramblings of Marsaglia's xorshift generators. CoRR, abs/1402.6246, 2014" (2^128-1 period, passes BigCrush tests). Performance improved by 10% over random(). - Added an API to allow seeding with a specified seed, rather than using rand() or random(). This allows deterministic, reproducible results in tests using our algorithm (although findHomography() does not yet support passing an entropy source on its own end).
-
- 20 Feb, 2015 1 commit
-
-
Olexa Bilaniuk authored
-
- 19 Feb, 2015 9 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
theodore authored
-
theodore authored
-
https://github.com/theodr/opencvtheodore authored
-
Dmitry-Me authored
-
Nisarg Thakkar authored
-
Olexa Bilaniuk authored
-
- 18 Feb, 2015 12 commits
-
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
UQ Times authored
- previous pull request: https://github.com/Itseez/opencv/pull/3340
-
- 17 Feb, 2015 2 commits
-
-
Nisarg Thakkar authored
-
Maksim Shabunin authored
-
- 16 Feb, 2015 11 commits
-
-
exeltior authored
Need to initialize boolean variable pass2Only, otherwise the result is not predictable
-
Vadim Pisarevsky authored
-
Ahmatnurov Dinar authored
if points0 is empty checkVector(2) return -1, it causes the exception
-
Dmitry-Me authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
-
- 13 Feb, 2015 4 commits
-
-
https://github.com/obilaniu/opencvOlexa Bilaniuk authored
Conflicts: modules/calib3d/src/fundam.cpp modules/calib3d/src/rhorefc.cpp
-
Olexa Bilaniuk authored
-
Olexa Bilaniuk authored
-
Hamid Bazargani authored
Fix the issue given NULL inlMask
-