- 28 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 27 Dec, 2019 1 commit
-
-
catree authored
Remove not used dependency. Fix some warnings reported by VS2017.
-
- 26 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 19 Dec, 2019 2 commits
-
-
Alexander Alekhin authored
-
jeffeDurand authored
* cuda_mog2_issue_5296 original commit: https://github.com/opencv/opencv/commit/5bf73457431b7d2cb87ac8c107865388dbf66642
-
- 17 Dec, 2019 2 commits
-
-
Alexander Alekhin authored
-
catree authored
Add LOGOS (Local geometric support for high-outlier spatial verification) features matching strategy.
-
- 16 Dec, 2019 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
cudawarped authored
Cudaarithm python bindings for merge and split are inconsistent with the format of existing cuda python functions. Split does not return its output and merg's documentation is incorrect.
-
catree authored
Harmonise bibtex formatting. Sort entries alphabetically by the last name of the first paper author.
-
- 15 Dec, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* ximgproc(test): createSuperpixelSLIC smoke test * ximgproc: don't use 'operator+()' with empty cv::Mat
-
Alexander Alekhin authored
-
- 13 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
[moved from opencv] Merge pull request opencv/opencv#16150 from alalek:cmake_avoid_deprecated_link_private * cmake: avoid deprecated LINK_PRIVATE/LINK_PUBLIC see CMP0023 (CMake 2.8.12+) * cmake: fix 3rdparty list - don't include OpenCV modules original commit: https://github.com/opencv/opencv/commit/a45928045a90493d45bd69244ea906d523900ba0
-
- 11 Dec, 2019 2 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
- 09 Dec, 2019 2 commits
-
-
Tobias Senst authored
Add RIC method for sparse match interpolation * * add RIC * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * * add RIC citation * * update EdgeAwareInterpolatorImpl * * add intermediate RIC implementation * * implementation of new paralelization classes. First test where sucessfull. * * update documentation RICInterpolatorImpl and RLOF * * update CMakeLists.txt remove highgui * add test for RIC * add ASSERTION for curr image * * add cost map interface * * fix internal cost map allocation bug * * remove white spaces * fix warnings * *fix compiler warnings * * remove double whitespaces * underscore from parameters * substitute parallel_for_() classes with lambda functions * remove complex assertion statements * remove dead code * substitute swap function with std::swap() * ocv_define_module now contains video instead of tracking module * * remove whitespace endings * * documentation update * * remove double declarations that lead to warnings * * unrole tracker.py * remove double space * use static for inner functions * update create function * modify mem init. to avoid manual memory management * * uncomment parallel_for_ for parallelization * * unrole unwanted changes * uncomment paralellization * * remove empty comment * change CHECK to CHK_GD * remove not necessary ; * *documentation remove double space
-
Alexander Alekhin authored
-
- 07 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 06 Dec, 2019 2 commits
-
-
cudawarped authored
Patch cv::cudacodec::createVideoReader() memory leak until cudacodec can be updated to miirror NVidia example code.
-
Alexander Alekhin authored
-
- 05 Dec, 2019 7 commits
-
-
Steve Nicholson authored
-
LE GARREC Vincent authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Lizeth Huertas authored
backport commit 13f76375
-
Alexander Alekhin authored
-
- 04 Dec, 2019 5 commits
-
-
Alexander Alekhin authored
-
Brian Wignall authored
backport commit 8c092493
-
Alexander Alekhin authored
-
cudawarped authored
Fix cudacodec::VideoReader::nextFrame python bindings * Signla to python bindings generator that nextFrame's OutputArray is a GpuMat. Also remove duplicate test in cudacodec * cudacodec: drop CV_GPU, wrap GpuMat only * Make it explicit that frame in nextFrame is GpuMat and cannot be multiple types as implied by OutputArray
-
Lizeth Huertas authored
-
- 03 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 02 Dec, 2019 1 commit
-
-
Brian Wignall authored
-
- 01 Dec, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 29 Nov, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 28 Nov, 2019 1 commit
-
-
Nikita Shulga authored
VLA is part of C99, but still not part of C++ standard Replace float variable-length-arrays with unique_ptr arrays (which are part of C++14)
-