Vadim Pisarevsky
|
3f1fb281be
|
Merge pull request #3635 from jet47:cuda-optflow-refactoring
|
10 years ago |
Vadim Pisarevsky
|
9c81338cb9
|
Merge pull request #3505 from karelknoest:lsd_subpixel
|
10 years ago |
Vadim Pisarevsky
|
f93be25cc8
|
Merge pull request #3629 from nstiurca:matx-fix
|
10 years ago |
Vadim Pisarevsky
|
4949f70860
|
Merge pull request #3633 from mshabunin:fix-gdal-warning
|
10 years ago |
Vladislav Vinogradov
|
710617034b
|
remove unused function from pyrlk_optical_flow sample
|
10 years ago |
Vladislav Vinogradov
|
63ff39f9f3
|
remove obsolete gpu optical flow samples
|
10 years ago |
Vladislav Vinogradov
|
b3a743f09a
|
fix gpu samples compilation
|
10 years ago |
Vladislav Vinogradov
|
62f8240b00
|
fix videostab module compilation
|
10 years ago |
Vladislav Vinogradov
|
03ae1e5aae
|
fix superres module compilation
|
10 years ago |
Vladislav Vinogradov
|
2dc3b0f7f9
|
fix cudaoptflow tests build
|
10 years ago |
Vladislav Vinogradov
|
381216aa54
|
refactor cudaoptflow public API:
* use opaque algorithm interfaces
* add stream support
|
10 years ago |
Vladislav Vinogradov
|
19c6bbe7d9
|
move obsolete algorithms from cudaoptflow to cudalegacy
|
10 years ago |
Vladislav Vinogradov
|
c4b2058d23
|
simplify TVL1 accuracy test to reduce run time
|
10 years ago |
Vladislav Vinogradov
|
71c391cd8d
|
remove unused memory transfer from TVL1 CUDA implementation
it caused runtime failures
|
10 years ago |
Maksim Shabunin
|
036b13ee05
|
Fixed GDAL loader check
|
10 years ago |
Vadim Pisarevsky
|
cc1090cf3b
|
Merge pull request #3521 from ana-GT:registration_openni2
|
10 years ago |
Vadim Pisarevsky
|
bd4580a242
|
Merge pull request #3589 from JBosch:master
|
10 years ago |
Vadim Pisarevsky
|
03fc3d1ceb
|
Merge pull request #3591 from ilya-lavrenov:sse_avx
|
10 years ago |
Vadim Pisarevsky
|
adbe84425f
|
Merge pull request #3622 from nagua:fix_find_gstreamer
|
10 years ago |
Vadim Pisarevsky
|
b49fa7d384
|
Merge pull request #3625 from wangyan42164:ocl_cascade_deadlock
|
10 years ago |
Vadim Pisarevsky
|
479cac2a14
|
Merge pull request #3626 from jet47:cuda-bgsegm-refactoring
|
10 years ago |
Maksim Shabunin
|
1a15596f21
|
Fixed build warning in GDAL support module
|
10 years ago |
Nicu Știurcă
|
8722faa167
|
fix whitespace
|
10 years ago |
Nicu Știurcă
|
7a3ca99894
|
fix _OutputArray::assign() for _OutputArrays of type MATX when data types differ
|
10 years ago |
Ilya Lavrenov
|
e9a6c5db21
|
sqsum
|
10 years ago |
karelknoest
|
b5bd2fd880
|
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
|
10 years ago |
karelknoest
|
1ded2de2dd
|
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
|
10 years ago |
Vadim Pisarevsky
|
95ecdc3af9
|
Merge pull request #3600 from jet47:cuda-objdetect-module
|
10 years ago |
Vadim Pisarevsky
|
579ce93885
|
Merge pull request #3598 from caraffi:bug4108_testCasesLinkError
|
10 years ago |
Vadim Pisarevsky
|
21a9a17478
|
Merge pull request #3568 from ilya-lavrenov:neon_runtime
|
10 years ago |
Vadim Pisarevsky
|
e501c61c04
|
Merge pull request #3611 from jet47:fix-gpumat-setto
|
10 years ago |
Vadim Pisarevsky
|
aacb9b7cf5
|
Merge pull request #3610 from jet47:fix-ocv_add_module-3.0
|
10 years ago |
Vadim Pisarevsky
|
f647054c8c
|
Merge pull request #3616 from marvins:gdal-fixes
|
10 years ago |
Vadim Pisarevsky
|
52d3afd798
|
Merge pull request #3624 from jet47:fix-arm-linux-toolchain
|
10 years ago |
Vadim Pisarevsky
|
696a6561d3
|
Merge pull request #3627 from cbenhagen:patch-1
|
10 years ago |
Vadim Pisarevsky
|
ea38f7fa66
|
Merge pull request #3628 from cbenhagen:patch-2
|
10 years ago |
Yan Wang
|
f5b21e8141
|
Avoid deadlock becasue some work item couldn't reach barrier in loop
and unsynchronized.
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
|
10 years ago |
Nicu Știurcă
|
e97d18ba81
|
implement _OutputArray::assign() for _OutputArrays of type MATX
|
10 years ago |
Ben Hagen
|
5422cbcecb
|
make PlaneTracker class more thread-safe
|
10 years ago |
Ben Hagen
|
3f8cefea0e
|
store user-provided data in PlaneTracker class
|
10 years ago |
Vadim Pisarevsky
|
5e92a777ef
|
Merge pull request #3569 from ilya-lavrenov:sse_mul
|
10 years ago |
Vladislav Vinogradov
|
dae188d14f
|
move obsolete algorithms from cudabgsegm to cudalegacy:
* GMG
* FGD
|
10 years ago |
Vadim Pisarevsky
|
17b1152fa3
|
Merge pull request #3544 from jet47:cuda-warping-refactoring
|
10 years ago |
Vadim Pisarevsky
|
381917b762
|
Merge pull request #3563 from cjmayo:pyexamples
|
10 years ago |
Vadim Pisarevsky
|
5cc4aa0e93
|
Merge pull request #3554 from wangyan42164:match_template_mask
|
10 years ago |
Vadim Pisarevsky
|
dc27a13426
|
Merge pull request #3570 from a-wi:Win32_UI_commctrl_defs_v3
|
10 years ago |
Vadim Pisarevsky
|
225c3e78cb
|
Merge pull request #3582 from ptzafrir:fix_samples
|
10 years ago |
Vadim Pisarevsky
|
219d315c8d
|
Merge pull request #3615 from jaybosamiya:grabcuttypo
|
10 years ago |
Vadim Pisarevsky
|
fe2a7d23a5
|
Merge pull request #3606 from jet47:warnings-fix
|
10 years ago |
Vadim Pisarevsky
|
49f2bd6f17
|
Merge pull request #3608 from jet47:cmake-CMP0054-fix
|
10 years ago |