- 01 Feb, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jan, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 29 Jan, 2020 2 commits
-
-
Alexander Alekhin authored
-
cudawarped authored
Add python bindings to cudaobjdetect, cudawarping and cudaarithm * Overload cudawarping functions to generate correct python bindings. Add python wrapper to convolution funciton. * Added shift and hog. * Moved cuda python tests to this repo and added python bindings to SURF. * Fix SURF documentation and allow meanshiftsegmention to create GpuMat internaly if not passed for python bindings consistency. * Add correct cuda SURF test case. * Fix python mog and mog2 python bindings, add tests and correct cudawarping documentation. * Updated KeyPoints in cuda::ORB::Convert python wrapper to be an output argument. * Add changes suggested by alalek * Added changes suggested by asmorkalov
-
- 28 Jan, 2020 2 commits
-
-
atinfinity authored
* fixed typo * fixed document
-
Alexander Alekhin authored
-
- 27 Jan, 2020 1 commit
-
-
Lim authored
new module: intensity_transform (includes gamma correction, log transfomration, autoscaling, contrast stretching) build error fix: remove trailing whitespaces, casting types minor edits based on alalek's feedback removing trailing whitespace using std::array for LUT argument
-
- 24 Jan, 2020 1 commit
-
-
Gagandeep Singh authored
Fixes error occurs in cv::ppf_match_3d::ICP::registerModelToScene() * corrected out of range error * remove unnecessary changes * fix warning
-
- 18 Jan, 2020 1 commit
-
-
Rostislav Vasilikhin authored
Fixed KinFu getCloud() at empty volume * KinFu getCloud(): an empty volume check added to OCL code * minor
-
- 12 Jan, 2020 2 commits
-
-
Alexander Alekhin authored
-
Kunal Tyagi authored
-
- 10 Jan, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jan, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 31 Dec, 2019 1 commit
-
-
berak authored
-
- 29 Dec, 2019 2 commits
-
-
Alexander Alekhin authored
-
shimat authored
Update test_hdr.cpp Update test_hdr.cpp
-
- 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
-