opencv/modules
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
..
androidcamera Doxygen documentation: more fixes and cleanups 2014-12-01 15:50:36 +03:00
calib3d PRNG changes: xorshift128+ algorithm, and seeding API. 2015-02-21 12:31:55 -05:00
core Merge pull request #3679 from mshabunin:remove-algorithm-factory 2015-02-19 18:43:58 +00:00
cudaarithm use full qualified name for all internal namespaces to prevent ambiguous symbol errors 2015-02-16 11:31:21 +03:00
cudabgsegm move obsolete algorithms from cudabgsegm to cudalegacy: 2015-01-19 14:17:00 +03:00
cudacodec Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
cudafeatures2d fix documentation warnings 2015-01-13 18:23:59 +03:00
cudafilters Merge pull request #3561 from jet47:cuda-arithm-refactoring 2015-01-15 11:44:35 +00:00
cudaimgproc Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
cudalegacy fix cudalegacy sanity test 2015-01-22 15:02:21 +03:00
cudaobjdetect Merge pull request #3600 from jet47:cuda-objdetect-module 2015-01-20 13:29:32 +00:00
cudaoptflow Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
cudastereo Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
cudawarping move buildWarp*Maps to stitching 2015-01-13 18:00:26 +03:00
cudev Merge pull request #3531 from jet47:cuda-core-refactoring 2014-12-26 12:12:42 +00:00
features2d Update mser.cpp 2015-02-16 18:17:41 +01:00
flann Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
highgui Merge pull request #3570 from a-wi:Win32_UI_commctrl_defs_v3 2015-01-19 10:54:26 +00:00
imgcodecs iOS: fix crash from overrelease in UIImageToMat 2015-02-18 13:30:08 +09:00
imgproc Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
java Enabled STL usage within the library 2015-02-18 12:36:50 +03:00
ml Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
objdetect Merge pull request #3664 from wangyan42164:ocl_cascasde_barrier 2015-02-16 15:42:26 +00:00
photo Merge pull request #3591 from ilya-lavrenov:sse_avx 2015-01-21 10:46:23 +00:00
python Enabled STL usage within the library 2015-02-18 12:36:50 +03:00
shape Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
stitching remove cuda module 2015-01-22 15:02:21 +03:00
superres Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
ts Merge pull request #3591 from ilya-lavrenov:sse_avx 2015-01-21 10:46:23 +00:00
video Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
videoio Fixing XIMEA parameters mapping (issue #4176) 2015-02-07 00:50:23 +03:00
videostab fixig std::bad_alloc 2015-02-16 17:15:54 +03:00
viz Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
world Build separate world-like iOS framework for contrib 2014-12-05 17:48:28 +03:00
CMakeLists.txt