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
Vladislav Vinogradov
4b14400976
disable several heavy performance tests
...
(cherry picked from commit cbdddb473c
)
10 years ago
Vladislav Vinogradov
4704a254f7
disable Video_PyrLKOpticalFlowDense performance test
...
sanity fails on Maxwell and CUDA 7.0 due to unknow reason
(cherry picked from commit b4c2891ef3
)
10 years ago
Vladislav Vinogradov
7708e9882e
use border extrapolation for central pixel in pyrDown
...
in case if image has odd dimension
(cherry picked from commit 1325213303
)
10 years ago
Vladislav Vinogradov
fe1bd0cc2f
fix racecheck warning in scanRows kernel
...
(cherry picked from commit fb15bdfb21
)
10 years ago
Vladislav Vinogradov
a752f25944
increase epsilon for solvePnPRansac function
...
(cherry picked from commit 9d2d173485
)
10 years ago
Vladislav Vinogradov
d87c30dc84
Bug #4315 : fix CUDA bitwise operations with mask
10 years ago
Vladislav Vinogradov
cbdddb473c
disable several heavy performance tests
10 years ago
Vladislav Vinogradov
b4c2891ef3
disable Video_PyrLKOpticalFlowDense performance test
...
sanity fails on Maxwell and CUDA 7.0 due to unknow reason
10 years ago
Vladislav Vinogradov
1325213303
use border extrapolation for central pixel in pyrDown
...
in case if image has odd dimension
10 years ago
Vladislav Vinogradov
fb15bdfb21
fix racecheck warning in scanRows kernel
10 years ago
Vladislav Vinogradov
9d2d173485
increase epsilon for solvePnPRansac function
10 years ago
Ilya Lavrenov
ceec0eb33a
rmeoved unused functions
10 years ago
Vladislav Vinogradov
a984da911b
increase epsilons for some sanity tests
...
(cherry picked from commit 6a6619ec1e
)
10 years ago
Vladislav Vinogradov
df55be3c3d
fix BruteForceMatcher resource distribution
...
added launch bounds attributes for all CUDA kernels
(cherry picked from commit d22516872c
)
10 years ago
Vladislav Vinogradov
55339de684
make NVIDIA tests verbose by default
...
(cherry picked from commit 17608f7ade
)
10 years ago
Vladislav Vinogradov
f08dd510fa
fixed a bug in scanRows CUDA kernel (part of nppStIntegral)
...
uninitialized value
(cherry picked from commit 81ebe28c24
)
10 years ago
Vladislav Vinogradov
d308ed3712
fix GPU WARP border mode in CUDA 7.0 and Maxwell architecture
...
(cherry picked from commit 27302c367c
)
10 years ago
Vladislav Vinogradov
6d0f8aa893
fix tests for gpu HOG
...
initialize HOG after CUDA device switch
(cherry picked from commit c849492dfa
)
10 years ago
Vladislav Vinogradov
4539607ab1
fix gpu HOG implementation:
...
move hog::set_up_constants from constructor to compute method
if user changed CUDA device between constructor and computation,
some variables were uninitialized
(cherry picked from commit 21bbed7baf
)
10 years ago
Vladislav Vinogradov
95ea12588e
set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic
...
(cherry picked from commit c147ab1e85
)
10 years ago
Vladislav Vinogradov
ef347aa6a4
disable gpu::matchTemplate tests
...
(cherry picked from commit 7bb8c50080
)
10 years ago
Vladislav Vinogradov
fcbefaff86
fix tests for gpu::matchTemplate:
...
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
(cherry picked from commit d00f36ec75
)
10 years ago
Vladislav Vinogradov
b0b2fc9e3f
get rid of cuda.h usage
...
(cherry picked from commit eeb997261d
)
10 years ago
Vladislav Vinogradov
6a6619ec1e
increase epsilons for some sanity tests
10 years ago
Vladislav Vinogradov
d22516872c
fix BruteForceMatcher resource distribution
...
added launch bounds attributes for all CUDA kernels
10 years ago
Vladislav Vinogradov
17608f7ade
make NVIDIA tests verbose by default
10 years ago
Vladislav Vinogradov
81ebe28c24
fixed a bug in scanRows CUDA kernel (part of nppStIntegral)
...
uninitialized value
10 years ago
Vladislav Vinogradov
27302c367c
fix GPU WARP border mode in CUDA 7.0 and Maxwell architecture
10 years ago
Vladislav Vinogradov
c849492dfa
fix tests for gpu HOG
...
initialize HOG after CUDA device switch
10 years ago
StevenPuttemans
2c0ef660bf
Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work.
...
This solves the undesired consequence of breaking the GPU interface.
10 years ago
Vladislav Vinogradov
21bbed7baf
fix gpu HOG implementation:
...
move hog::set_up_constants from constructor to compute method
if user changed CUDA device between constructor and computation,
some variables were uninitialized
10 years ago
Vladislav Vinogradov
c147ab1e85
set epsilon for gpu OpticalFlowBM to 1e-6, since it uses floating point arithmetic
10 years ago
Mansour Moufid
b7be49426d
Cast some image coordinates and sizes to double.
10 years ago
Vladislav Vinogradov
7bb8c50080
disable gpu::matchTemplate tests
10 years ago
Alexander Smorkalov
c0a8d4e1ef
Fix of HaarCascade GPU test for aarch64.
10 years ago
Vladislav Vinogradov
d00f36ec75
fix tests for gpu::matchTemplate:
...
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
10 years ago
StevenPuttemans
73d1ea9a52
fix bug 2432 for 2.4 branch
10 years ago
Vladislav Vinogradov
eeb997261d
get rid of cuda.h usage
10 years ago
Roman Donchenko
da6a38f9f6
NCV.cu: include <algorithm>
...
It's needed for std::max.
10 years ago
Vladislav Vinogradov
a26e496d00
minor fix for StereoCSBP data cost compute kernel and test
...
(cherry picked from commit 84f33d0578
)
10 years ago
Vladislav Vinogradov
d579d3e596
increase epsilons for some tests, which functions use floating point arithm
...
(cherry picked from commit 5c07e0b6d3
)
10 years ago
Vladislav Vinogradov
5a77176654
avoid pointer arithmetic on register memory in color conversion
...
(cherry picked from commit e0827069c1
)
10 years ago
Vladislav Vinogradov
84f33d0578
minor fix for StereoCSBP data cost compute kernel and test
10 years ago
Vladislav Vinogradov
5c07e0b6d3
increase epsilons for some tests, which functions use floating point arithm
10 years ago
Vladislav Vinogradov
e0827069c1
avoid pointer arithmetic on register memory in color conversion
10 years ago