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
|
8 years ago |
Alexander Alekhin
|
bb5e25ba7c
|
migration: github.com/opencv/opencv
|
8 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 |
Vladislav Vinogradov
|
db25e44a17
|
reduce brute_force_matcher instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
b7a9e672c5
|
reduce bilateral filter instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
8e49ab1d3b
|
reduce filter2d instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
00c36e88ef
|
reduce separable filter instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
1d40946959
|
Bug #4315 : fix CUDA bitwise operations with mask
(cherry picked from commit d87c30dc84 )
|
10 years ago |