Vladislav Vinogradov
|
d08ebfe4d3
|
moved rectStdDev to gpuarithm
|
12 years ago |
Vladislav Vinogradov
|
ed006a0612
|
added private header to gpunvidia module
|
12 years ago |
Vladislav Vinogradov
|
c2402053b9
|
removed columnSum function (it is a duplicate for reduce)
|
12 years ago |
Vladislav Vinogradov
|
229ca0914a
|
gpunvidia module for NCV & NPP API
|
12 years ago |
Vladislav Vinogradov
|
84de6ce036
|
gpufilters module for image filtering
|
12 years ago |
Vladislav Vinogradov
|
31c8b527c6
|
gpuarithm module for arithmetics operations on matrices
|
12 years ago |
Vladislav Vinogradov
|
1b00a3ed54
|
gpucodec module for video decoding/encoding
|
12 years ago |
Vladislav Vinogradov
|
54e7c76d99
|
fixed compilation errors
|
12 years ago |
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
12 years ago |
Andrey Kamaev
|
96b008cd29
|
Eliminate the need of ::testsing::ValuesIn() for CV_ENUM
Also cv::, cv::gpu:: and cv::ocl:: namespace prefixes can be safely omitted
inside CV_ENUM and CV_FLAGS
|
12 years ago |
Roman Donchenko
|
57d4c86b2b
|
Fixed the shebang lines on the Python scripts.
Also, removed the one from modules/python/src2/cv.py and cleared its
executable bit, since it's not a script.
|
12 years ago |
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
12 years ago |
Vladislav Vinogradov
|
ba1a1aecaa
|
fixed gpu module compilation
|
12 years ago |
Vladislav Vinogradov
|
b50090f850
|
restore cudaSafeCall
|
12 years ago |
Vladislav Vinogradov
|
2bad639aee
|
fixed source_group
|
12 years ago |
Vladislav Vinogradov
|
d47e89d704
|
fixed windows build
|
12 years ago |
Vladislav Vinogradov
|
910ef57109
|
renamed cuda namespace to cudev
|
12 years ago |
Vladislav Vinogradov
|
1bb141c465
|
fixed build
|
12 years ago |
Vladislav Vinogradov
|
193e857392
|
removed cu_safe_call.h and cu_safe_call.cpp
|
12 years ago |
Vladislav Vinogradov
|
204a19b431
|
moved common gpu utility functionality to gpu_private.hpp
|
12 years ago |
Vladislav Vinogradov
|
28b1e81883
|
renamed device -> cuda
|
12 years ago |
Vladislav Vinogradov
|
a57707b8d8
|
moved device layer to core module
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Vladislav Vinogradov
|
8d97d9598e
|
updated GPU version of TVL1
|
12 years ago |
Vladislav Vinogradov
|
bf6c08a9ea
|
fixed compilation with CUDA
|
12 years ago |
Vladislav Vinogradov
|
870563ba25
|
fixed compilation warning for CUDA files
command line option '-Wsign-promo' is valid for C++/ObjC++ but not for C [enabled by default]
|
12 years ago |
Vladislav Vinogradov
|
366f859ada
|
fixed compilation after CV_IMPLEMENT_QSORT_EX removing
|
12 years ago |
Vladislav Vinogradov
|
8d521d4704
|
disabled perf tests for gpu VideoWriter and VideoReader
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
12 years ago |
Vladislav Vinogradov
|
8e10cd8946
|
fixed gpu module compilation under windows
|
12 years ago |
Vladislav Vinogradov
|
924b0ef786
|
fixed bug in TVL1 optical flow:
initial optical flow was not cleaned during the second call
|
12 years ago |
Vladislav Vinogradov
|
76e748ccc1
|
removed internal_header.hpp - it produces many warnings
|
12 years ago |
Vladislav Vinogradov
|
15f09f8068
|
fixed gpu module compilation
|
12 years ago |
Vladislav Vinogradov
|
4dbd0f0e8f
|
fixed compilation issues with gpu modules:
* disabled warnings from thrust
* fixed warnings from ts_gtest.h
* possibly fixed superres compilation in Debug mode on Windows
|
12 years ago |
Vladislav Vinogradov
|
4d23e2c8c9
|
GPU implementation of CLAHE
|
12 years ago |
marina.kolpakova
|
dd9e786a8e
|
fix build gpu tests after video module refactoring
|
12 years ago |
marina.kolpakova
|
84f45e1e03
|
fixed build with CUDA after latest merge
|
12 years ago |
Andrey Kamaev
|
33ef7990b0
|
Update documentation
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vadim Pisarevsky
|
7661625c39
|
converter stereo correspondence algorithms to the new style
|
12 years ago |
Vladislav Vinogradov
|
33ff3d6016
|
added simd_functions.hpp to device layer
|
12 years ago |
Vladislav Vinogradov
|
d87b709c26
|
fixed minMax perf test
|
12 years ago |
Vladislav Vinogradov
|
0149969463
|
disable tests that requires video support if it is not available
|
12 years ago |
Vladislav Vinogradov
|
b07bce11ef
|
increased epsilon in sanity test
|
12 years ago |
Vladislav Vinogradov
|
83def21ba9
|
increased time limits in perf tests
|
12 years ago |
Vladislav Vinogradov
|
99c49648fa
|
fixed gpu::LUT on multi device system
|
12 years ago |