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
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
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
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
Maksim Shabunin
9b55c09999
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
Conflicts:
CMakeLists.txt
doc/CMakeLists.txt
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/matx.hpp
modules/core/include/opencv2/core/types.hpp
modules/flann/include/opencv2/flann/lsh_table.h
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Vladislav Vinogradov
eaaa2d27d5
fix CUDA LUT implementation
...
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.
Replaced NPP LUT call with own implementation (ported from master branch)
to be independant from CUDA Toolkit version.
10 years ago
Vladislav Vinogradov
ebe36d6e7c
fix CUDA cvtColor after corresponding change in CPU version
...
see https://github.com/Itseez/opencv/pull/3137
10 years ago
StevenPuttemans
d558260a8e
fixing GT and GE comparison symbol
10 years ago
Vladislav Vinogradov
62f27b28ed
fix BGR->BGR5x5 color convertion
10 years ago