- 02 Feb, 2018 1 commit
-
-
Sayed Adel authored
-
- 30 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 29 Jan, 2018 4 commits
-
-
Alexander Alekhin authored
Fix cv::CommandLineParser::check() documentation
-
Alexander Alekhin authored
-
Ali Sentas authored
-
Alexander Alekhin authored
-
- 28 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jan, 2018 2 commits
-
-
Alexander Alekhin authored
- moved to table title - can be restored via '--show_units' option - fix microseconds: mks -> us
-
Woody Chow authored
* Use Intel TBB's task arena if possible
-
- 26 Jan, 2018 9 commits
-
-
Pavel Rojtberg authored
calib3d: add stereoCalibrateExtended (#10667) * cvCalibrateCamera2Internal: simplify per view error computation * calib3d: add stereoCalibrateExtended - allow CALIB_USE_EXTRINSIC_GUESS - returns per view errors * calib3d: add stereoCalibrateExtended test
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* cmake: enable CPU dispatching for AVX512 (SKX) * cmake: update handling of unsupported flags/modes
-
Alexander Alekhin authored
-
LaurentBerger authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
OpenCV pthreads-based implementation changes: - rework worker threads pool, allow to execute job by the main thread too - rework synchronization scheme (wait for job completion, threads 'pong' answer is not required) - allow "active wait" (spin) by worker threads and by the main thread - use _mm_pause() during active wait (support for Hyper-Threading technology) - use sched_yield() to avoid preemption of still working other workers - don't use getTickCount() - optional builtin thread pool profiler (disabled by compilation flag)
-
Alexander Alekhin authored
-
Travers authored
-
- 25 Jan, 2018 7 commits
-
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 24 Jan, 2018 8 commits
-
-
Mark Harfouche authored
allows Stitcher to be used for scans from within python. I had to use very strange notation because I couldn't export the `enum` `Mode` making the Cpython generated code unable to compile. ```c++ class Stitcher { public: enum Mode { PANORAMA = 0, SCANS = 1, }; ... ``` Also removed duplicate code from the `createStitcher` function making use of the `Stitcher::create` function
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Jozef Mlich authored
* hogsvm compatibility with python3
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
LaurentBerger authored
-
- 23 Jan, 2018 5 commits
-
-
Elena Gvozdeva authored
* add HAL for FAST * add new interface
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Pavel Rojtberg authored
* persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX * python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files * fixup! python: added persistence test, remove temp files
-
Alexander Alekhin authored
-