Alexander Alekhin
b0f0194595
gpu(sparse_multi): fix definition without TBB
6 years ago
juanitov
cbae431752
Fix HAVE_TBB is not defined in pyrlk.cu in spite of CMake TBB option is ON
7 years ago
Juan María Gómez López
0239c195d8
Merge pull request #11060 from juanecito:2.4
...
* Thread-safe version of sparse function in cv::gpu::PyrLKOpticalFlow
class. The new function name is sparse_multi
* Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow. Tests
* Thread-safe sparse function in cv::gpu::PyrLKOpticalFlow class.
Add intel_TBB conditional compilation
7 years ago
Varun Agrawal
af3c544483
All vector definitions have correct namespace scopes
8 years ago
Raghuram Krishnaswami
d0f3a14456
Modified doc for gpu::reduce(fixes issue 8628)
8 years ago
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
8 years ago
Alexander Alekhin
03beff06ff
build: disable warnings (Ubuntu 16.04 + CUDA 8.0)
...
Examples:
- NPP_staging.cu:1606:105: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- NCVHaarObjectDetection.hpp:95:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
8 years ago
Alexander Alekhin
19270eeab4
warnings
8 years ago
Vladislav Vinogradov
9e65216108
set threshold to 1 in sanity test for GPU rotate on 8UC1
...
to fix difference with CUDA 8.0 results
9 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
9 years ago
atinfinity
69eaa89e22
fixed to use NVCUVID in 'cudacodec' module.
9 years ago
Alexander Smorkalov
53ed1a8c03
Build fix for QNX 6.6 neitrino.
9 years ago
Ilya Lavrenov
0050df8750
GraphCut deprecated in 7.5 and removed in 8.0
9 years ago
Vladislav Vinogradov
8d3850ac02
add cv::gpu::StreamAccessor::wrapStream method
...
it allows to import existed CUDA stream to OpenCV
9 years ago
Maksim Shabunin
ffb9e877e9
Restore ts/gpu_perf.hpp, trying to compile with VS 2015
9 years ago
Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
9 years ago
Vladislav Vinogradov
3494d640df
add extra checks to data_step_down to prevent out-of-border access
...
(cherry picked from commit 3ef067cc65
)
9 years ago
Vladislav Vinogradov
c22cc67ba8
revert previous change in gpu::StereoBeliefPropogation
...
(cherry picked from commit f903192c17
)
9 years ago
Vladislav Vinogradov
558054a53d
fix for gpu::StereoBeliefPropogation:
...
use continuous memory for internal buffers
(cherry picked from commit e2a9df408f
)
9 years ago
Ilya Lavrenov
0422054aa1
fixed warnings in gpu module
...
(cherry picked from commit 6a05939e1c
)
9 years ago
Vladislav Vinogradov
1d58e1a14a
fix potential out-of-border access in gpu StereoBeliefPropagation
9 years ago
Vladislav Vinogradov
3ef067cc65
add extra checks to data_step_down to prevent out-of-border access
9 years ago
Vladislav Vinogradov
f903192c17
revert previous change in gpu::StereoBeliefPropogation
9 years ago
Vladislav Vinogradov
e2a9df408f
fix for gpu::StereoBeliefPropogation:
...
use continuous memory for internal buffers
9 years ago
Ilya Lavrenov
6a05939e1c
fixed warnings in gpu module
9 years ago
Vladislav Vinogradov
7ddc0bdd37
fix potential out-of-border access in gpu StereoBeliefPropagation
9 years ago
Vladislav Vinogradov
945663bc9b
increase epsilon for some GPU sanity tests
9 years ago
Ilya Lavrenov
11d1909e6b
fixed warning
10 years ago
Vladislav Vinogradov
ae79fe10dc
do not loose logs from nvidia tests
...
(cherry picked from commit d58d277707
)
10 years ago
Vladislav Vinogradov
62fc342d35
use fixed seed for RNG in gpu SolvePnPRansac test
...
(cherry picked from commit 95eed59f2d
)
10 years ago
Vladislav Vinogradov
36924d6dbb
use cv::theRNG() instead of ::rand() in gpu::solvePnPRansac
...
(cherry picked from commit 62bc647731
)
10 years ago
Vladislav Vinogradov
d58d277707
do not loose logs from nvidia tests
10 years ago
Vladislav Vinogradov
95eed59f2d
use fixed seed for RNG in gpu SolvePnPRansac test
10 years ago
Vladislav Vinogradov
62bc647731
use cv::theRNG() instead of ::rand() in gpu::solvePnPRansac
10 years ago
Vladislav Vinogradov
f10537cdd6
fix tests compilation issue on Windows
10 years ago
Vladislav Vinogradov
9d294cbcf5
fix performance tests in tiny mode
10 years ago
Vladislav Vinogradov
f1bec940b1
fix accuracy tests in tiny mode
10 years ago
Vladislav Vinogradov
dd93d48be4
turn on stereob instantiates that required for tests
10 years ago
Vladislav Vinogradov
ad3123adfd
turn on some instantiates that required for other primitives
10 years ago
Vladislav Vinogradov
f939d80f4c
fixed seg faults
10 years ago
Vladislav Vinogradov
ee316758ca
reduce color instantiates for tiny build
10 years ago
Vladislav Vinogradov
6d7a61cbdc
reduce copy_make_border instantiates for tiny build
10 years ago
Vladislav Vinogradov
b44b1ab47b
reduce matrix_reductions instantiates for tiny build
10 years ago
Vladislav Vinogradov
2e47a1a61b
reduce pyramids instantiates for tiny build
10 years ago
Vladislav Vinogradov
72685cf01c
reduce resize instantiates for tiny build
10 years ago
Vladislav Vinogradov
612888c066
reduce remap instantiates for tiny build
10 years ago
Vladislav Vinogradov
e7b55f4982
reduce warp instantiates for tiny build
10 years ago
Vladislav Vinogradov
3004f5fa30
reduce stereobm instantiates for tiny build
10 years ago
Vladislav Vinogradov
9682d2afff
reduce element_operations instantiates for tiny build
10 years ago
Vladislav Vinogradov
87d655325c
reduce add_weighted instantiates for tiny build
10 years ago