Alexander Alekhin
d8c6d067b3
build: fix build with GCC 4.8
5 years ago
Alexander Alekhin
e8916dae98
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
6e96bb2c40
Merge pull request #2382 from kunaltyagi:multi_tld_patch
5 years ago
Alexander Alekhin
2dcd366c75
Merge pull request #2399 from elim-dk:algorithm/intensity-transformations
5 years ago
cudawarped
d7d6360fce
Merge pull request #2396 from cudawarped:fix_python_cudawarping_cudaarithm
...
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
5 years ago
atinfinity
0a8d841bb3
Merge pull request #2412 from atinfinity:fixed-typo
...
* fixed typo
* fixed document
5 years ago
Alexander Alekhin
223a3cdab8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Lim
9aa74df09e
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
5 years ago
Gagandeep Singh
5834bea0f5
Merge pull request #2385 from czgdp1807:issue-2339
...
Fixes error occurs in cv::ppf_match_3d::ICP::registerModelToScene()
* corrected out of range error
* remove unnecessary changes
* fix warning
5 years ago
Rostislav Vasilikhin
c8b405eb7f
Merge pull request #2410 from savuor:fix/kinfu_fetch_checkzero
...
Fixed KinFu getCloud() at empty volume
* KinFu getCloud(): an empty volume check added to OCL code
* minor
5 years ago
Alexander Alekhin
9c3e86b7ae
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Kunal Tyagi
c98a434fd2
[Multi TLD] Removed early exit in case of sampling failure
5 years ago
Alexander Alekhin
b639795aef
Merge pull request #2403 from alalek:fix_core_simd_emulator
5 years ago
Alexander Alekhin
7a817dab63
Merge pull request #2398 from shimat:fix_xphoto_TonemapDurand_prop
5 years ago
Alexander Alekhin
d5b8115b19
Merge pull request #2400 from berak:tutorial_customizing_cn_tracker
5 years ago
berak
162647c023
remove CV_64F conversion in tracking sample
5 years ago
Alexander Alekhin
ee3ef107db
core(SIMD): allow to build modules with SIMD emulator
5 years ago
shimat
a1cece733d
swap sigma_color and sigma_space
...
Update test_hdr.cpp
Update test_hdr.cpp
5 years ago
Alexander Alekhin
648db235cd
Merge pull request #2397 from catree:fix_dnn_superres_build_without_quality
5 years ago
catree
94d0250b1b
Fix build of dnn_superres module without the quality module.
...
Remove not used dependency.
Fix some warnings reported by VS2017.
5 years ago
Alexander Alekhin
58295b0768
Merge pull request #2356 from paroj:rapid
5 years ago
Alexander Alekhin
65abc7090d
Merge moved code from opencv/3.4
5 years ago
jeffeDurand
12ffd7f0cf
[moved from opencv] Merge pull request opencv/opencv#16090 from jeffeDurand:cuda_mog2_issue_5296
...
* cuda_mog2_issue_5296
original commit: 5bf7345743
5 years ago
Alexander Alekhin
f9bbe706d2
Merge pull request #2383 from catree:feat_LOGOS_matching
5 years ago
catree
a9c1cfcb5d
Add LOGOS (Local geometric support for high-outlier spatial verification) features matching strategy.
5 years ago
Alexander Alekhin
8a7a625a3c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
11638ada84
Merge pull request #2389 from cudawarped:fix_python_cudaarithm
5 years ago
Alexander Alekhin
91b39aa038
Merge pull request #2388 from catree:update_xfeatures2d_bibtex
5 years ago
cudawarped
454434bdff
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.
5 years ago
catree
c4d24d33d9
Harmonise bibtex formatting. Sort entries alphabetically by the last name of the first paper author.
5 years ago
Alexander Alekhin
d486e4150b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
9ed5fbdb01
Merge pull request #2387 from alalek:fix_ximgproc_slic_empty_mat
...
* ximgproc(test): createSuperpixelSLIC smoke test
* ximgproc: don't use 'operator+()' with empty cv::Mat
5 years ago
Alexander Alekhin
18f1c02358
Merge moved code from opencv/3.4
5 years ago
Alexander Alekhin
aaf67d6f61
[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: a45928045a
5 years ago
Alexander Alekhin
b11fb78146
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Pavel Rojtberg
d3d5f2adc1
add rapid module for silhouette based 3D object tracking
5 years ago
Tobias Senst
40b238b01d
Merge pull request #2367 from tsenst:add_robust_interpolation_of_correspondence
...
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
5 years ago
Alexander Alekhin
cacec38ec1
Merge pull request #2380 from cudawarped:patch_cudacodec_memory_leak
5 years ago
Alexander Alekhin
83ad5c6383
Merge pull request #2378 from bansan85:master
5 years ago
cudawarped
7cb627a372
Patch cv::cudacodec::createVideoReader() memory leak until cudacodec can be updated to miirror NVidia example code.
5 years ago
Alexander Alekhin
1109906258
Merge pull request #2357 from SSteve:aruco_tutorial_fix
5 years ago
Steve Nicholson
93258b3651
Fix **Detection of ArUco Markers** tutorial to use current version of `DICT_6X6_250` dictionary.
5 years ago
LE GARREC Vincent
9bc0d8d0b4
Fix compilation with +cuda -optflow
5 years ago
Alexander Alekhin
7011e1b1cb
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
d01edbd66b
Merge pull request #2375 from alalek:backport_contrib_2369
5 years ago
Alexander Alekhin
a89f104d19
Merge pull request #2374 from alalek:backport_contrib_2372
5 years ago
Lizeth Huertas
5efd1e2f5f
shift corner positions to the correct rotation
...
backport commit 13f7637585
5 years ago
Alexander Alekhin
cde48f4c0f
Merge pull request #2373 from alalek:issue_15990
5 years ago
Alexander Alekhin
d0d86695f8
Merge pull request #2369 from bwignall:typo
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
5 years ago