- 27 Jan, 2018 2 commits
-
-
Alexander Alekhin authored
fix missing "opencv2/core/opencl" headers from core module (updated install list)
-
Woody Chow authored
* Use Intel TBB's task arena if possible
-
- 26 Jan, 2018 8 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
-
Travers authored
-
- 25 Jan, 2018 6 commits
-
-
Maksim Shabunin 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 6 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
-
Dmitry Kurtaev authored
-
- 22 Jan, 2018 4 commits
-
-
Alexander Alekhin authored
- reduce scope of i,k,j variables - use cv::AutoBuffer - template<bool onlyDistance> class KMeansDistanceComputer - eliminate manual unrolling: CV_ENABLE_UNROLLED
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- don't use RNG for "task size" parameters (N, K, dims) - add "good" kmeans test data (without singularities: K > unique points)
-
Vitaly Tuzov authored
* Bit-exact implementation of GaussianBlur smoothing * Added universal intrinsics based implementation for bit-exact CV_8U GaussianBlur smoothing. * Added parallel_for to evaluation of bit-exact GaussianBlur * Added custom implementations for 3x3 and 5x5 bit-exact GaussianBlur
-
- 21 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Glue Crow authored
-
Gregory Morse authored
* Fix for QT image window rectangle * Update window_QT.h * Update window_QT.cpp * trailing whitespace * highgui: fix QT getWindowImageRect()
-
- 19 Jan, 2018 3 commits
-
-
Maksim Shabunin authored
-
Fangjun Kuang authored
-
Vadim Pisarevsky authored
-