opencv/modules/calib3d
Olexa Bilaniuk f454929d9c PRNG changes: xorshift128+ algorithm, and seeding API.
- 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).
2015-02-21 12:31:55 -05:00
..
doc/pics Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
include/opencv2 Edited Doxygen documentation in the module calib3d. 2015-02-03 22:55:40 -05:00
perf quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 2014-10-18 20:44:26 +04:00
src PRNG changes: xorshift128+ algorithm, and seeding API. 2015-02-21 12:31:55 -05:00
test Fixed printouts in testcase to blame the correct method for a failure. 2015-02-12 14:42:37 -05:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00