- 29 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 22 Mar, 2018 1 commit
-
-
Tomoaki Teshima authored
-
- 16 Mar, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 13 Mar, 2018 1 commit
-
-
Tomoaki Teshima authored
* add ifdef to apply on specific situation
-
- 20 Feb, 2018 1 commit
-
-
PalkoNazar authored
* make tmpRow proper size before copyTo to avoid reallocated tmpCol * do the transposition without creating temporary array; replace TAB with spaces. * revert the previous commit
-
- 15 Feb, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 11 Feb, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 05 Feb, 2018 1 commit
-
-
denmatfoton authored
Fix unstable work of stereoRectify function. Issue description: https://github.com/opencv/opencv/issues/10791
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 26 Jan, 2018 2 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
-
Travers authored
-
- 19 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 18 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 17 Jan, 2018 2 commits
-
-
razerhell authored
* Newton's method can be more efficient when we get the result of function distortPoint with a point (0, 0) and then undistortPoint with the result, we get the point not (0, 0). and then we discovered that the old method is not convergence sometimes. finally we have gotten the right values by Newton's method. * modify by advice Newton's method...#10574 * calib3d(fisheye): fix codestyle, update theta before exit EPS check
-
csukuangfj authored
-
- 16 Jan, 2018 2 commits
-
-
Fangjun Kuang authored
-
Maksim Shabunin authored
-
- 09 Jan, 2018 1 commit
-
-
tobycollins authored
-
- 19 Dec, 2017 1 commit
-
-
catree authored
-
- 18 Dec, 2017 1 commit
-
-
Suleyman TURKMEN authored
* Update samples * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp
-
- 17 Dec, 2017 1 commit
-
-
catree authored
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 11 Dec, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 30 Nov, 2017 2 commits
-
-
Alexander Alekhin authored
- don't write into testdata directory - check matrices instead of result images
-
Alexander Alekhin authored
This reverts commit 5384a220.
-
- 28 Nov, 2017 2 commits
-
-
catree authored
Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and useExtrinsicGuess==true. Add bibtex citations for P3P. Update SolvPnP tests.
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
- 08 Nov, 2017 1 commit
-
-
Fakabbir Amin authored
* Improve Documentation Fixes Spelling Mistakes.
-
- 31 Oct, 2017 1 commit
-
-
KUANG Fangjun authored
-
- 13 Oct, 2017 2 commits
-
-
James Perkins authored
-
Vladislav Vinogradov authored
it will allow to build features2d even if flann module is not available
-
- 09 Oct, 2017 1 commit
-
-
James Perkins authored
-
- 02 Oct, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 01 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Sep, 2017 1 commit
-
-
Tony0 authored
-
- 14 Sep, 2017 1 commit
-
-
Tony0 authored
-