Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
2013-08-07 14:49:33 +02:00 |
|
Andrey Pavlenko
|
ee8687ba19
|
Merge pull request #1214 from StevenPuttemans:feature_3169_others
|
2013-08-02 17:59:06 +04:00 |
|
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
2013-08-02 14:05:08 +02:00 |
|
Vladislav Vinogradov
|
55cb26551f
|
use NPP version for Fermi
|
2013-08-02 09:05:21 +04:00 |
|
Vladislav Vinogradov
|
a28cb99e88
|
optimized version of histEven for CV_8UC1
|
2013-08-01 18:00:05 +04:00 |
|
Vladislav Vinogradov
|
bfca1afd9e
|
rewrite histEven test
|
2013-08-01 18:00:05 +04:00 |
|
Vladislav Vinogradov
|
c8d1fccdac
|
compare cv::gpu::calcHist with cv::calcHist
|
2013-08-01 18:00:05 +04:00 |
|
Andrey Pavlenko
|
6a40067424
|
Merge pull request #1206 from StevenPuttemans:feature_3169
|
2013-07-31 14:31:21 +04:00 |
|
StevenPuttemans
|
0c5244103f
|
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
|
2013-07-31 11:20:05 +02:00 |
|
Andrey Pavlenko
|
f7ce70f70a
|
Merge pull request #1110 from SpecLad:config-cleanup
|
2013-07-30 17:39:35 +04:00 |
|
Vladislav Vinogradov
|
dfd2957841
|
fixed gpu_perf4au perf test (added cuda impl)
|
2013-07-26 11:13:39 +04:00 |
|
Vladislav Vinogradov
|
ebe7ff991f
|
fixed compilation without CUBLAS and CUFFT
|
2013-07-18 12:04:33 +04:00 |
|
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
2013-07-10 16:02:07 +04:00 |
|
Roman Donchenko
|
156155addb
|
Merge pull request #1018 from jet47:cuda-5.5-arm
|
2013-06-28 14:26:45 +04:00 |
|
Roman Donchenko
|
c244f000ab
|
Merge pull request #1030 from SpecLad:ts-impl-variants
|
2013-06-24 18:28:13 +04:00 |
|
Roman Donchenko
|
3ea4836a0a
|
Changed the impls argument to be an array name.
Turns out, you can't use preprocessor directives inside macro arguments.
Who'd have thought?
|
2013-06-20 15:18:35 +04:00 |
|
Roman Donchenko
|
51a672ec40
|
Disabled the cuda variant when CUDA is not available.
|
2013-06-19 19:16:18 +04:00 |
|
Roman Donchenko
|
936236e4b1
|
Extended the CPU/GPU selection mechanism in performance tests.
Now it allows choosing between arbitrary implementation variants.
|
2013-06-19 17:55:42 +04:00 |
|
Vladislav Vinogradov
|
371a9cd833
|
fixed build with CUDA 5.5 on arm platforms
|
2013-06-18 17:46:57 +04:00 |
|
Vladislav Vinogradov
|
1492b20472
|
fix gpu warnings with signed/unsigned char
|
2013-06-18 17:44:49 +04:00 |
|
Vladislav Vinogradov
|
0367a7f992
|
link with nvcuvenc and ffmpeg libraries only if WITH_NVCUVID is enabled
|
2013-06-13 16:46:34 +04:00 |
|
Roman Donchenko
|
7f9675bcc0
|
Merge pull request #953 from jet47:fix-bug-3069
|
2013-06-05 17:56:35 +04:00 |
|
Roman Donchenko
|
087db2949a
|
Merge pull request #948 from jet47:cuda-5.5-support
|
2013-06-05 17:04:22 +04:00 |
|
Vladislav Vinogradov
|
31a5f7ef3c
|
fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale)
|
2013-06-05 14:08:55 +04:00 |
|
Vladislav Vinogradov
|
89f3c40d79
|
fixed BroxOpticalFlow sanity test (increase epsilon value)
+ interpolateFrames and createOpticalFlowNeedleMap
|
2013-06-04 15:01:06 +04:00 |
|
Vladislav Vinogradov
|
4a770535c4
|
fixed BoxFilter sanity test (different rounding results)
|
2013-06-04 14:59:47 +04:00 |
|
Vladislav Vinogradov
|
516e5b2563
|
fixed BroxOpticalFlow regression test
the output of BroxOpticalFlow differs a bit in CUDA 5.5
|
2013-06-04 13:58:45 +04:00 |
|
Vladislav Vinogradov
|
918381875a
|
rewrite gpu/device/vec_math.hpp file
old version isn't compiled with CUDA 5.5
new version doesn't depend on functional.hpp
|
2013-06-04 13:57:35 +04:00 |
|
Vladislav Vinogradov
|
3aea7e8f8d
|
fixed gpu module build on arm platform
links with CUDA driver library only if we use video encoding/decoding
|
2013-06-04 12:51:36 +04:00 |
|
Roman Donchenko
|
75cf5cc4ee
|
Merge pull request #943 from jet47:cuda-5.5-support
|
2013-06-03 16:08:23 +04:00 |
|
Vladislav Vinogradov
|
bcf8bdb401
|
fixed constructors for functional objects (added __host__ modifier)
|
2013-06-03 14:41:23 +04:00 |
|
Vladislav Vinogradov
|
58e472754a
|
fixed norm diff function (it uses pre-allocated buffer now)
|
2013-06-03 13:37:44 +04:00 |
|
Vladislav Vinogradov
|
0521e8908c
|
fixed NPP error constants usage
|
2013-06-03 13:37:36 +04:00 |
|
Vladislav Vinogradov
|
013581f371
|
fixed GPU module compialtion with CMake 2.8.11
CMake 2.8.11 removed linkage with CUDA driver library,
but it's used by gpu video encoding/decoding
|
2013-06-03 13:29:26 +04:00 |
|
Roman Donchenko
|
34c5f47f60
|
Merge pull request #934 from SpecLad:parallel-for
|
2013-06-03 12:13:16 +04:00 |
|
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
2013-05-31 12:22:04 +04:00 |
|
Vladislav Vinogradov
|
6b1c28ce6d
|
fixed some gpu tests (different rounding results due to float arithmetics)
|
2013-05-29 17:38:32 +04:00 |
|
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
|
2013-04-15 19:39:49 +04:00 |
|
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.
|
2013-04-11 18:37:23 +04:00 |
|
Andrey Kamaev
|
91f6eb7cab
|
Merge pull request #745 from jet47:fix-gpu-warnings
|
2013-04-03 15:44:46 +04:00 |
|
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]
|
2013-04-03 13:47:59 +04:00 |
|
Vladislav Vinogradov
|
8d521d4704
|
disabled perf tests for gpu VideoWriter and VideoReader
|
2013-04-02 16:49:09 +04:00 |
|
Vladislav Vinogradov
|
8e10cd8946
|
fixed gpu module compilation under windows
|
2013-04-01 14:15:06 +04:00 |
|
Vladislav Vinogradov
|
924b0ef786
|
fixed bug in TVL1 optical flow:
initial optical flow was not cleaned during the second call
|
2013-03-29 10:40:28 +04:00 |
|
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
|
2013-03-26 12:33:13 +04:00 |
|
Vladislav Vinogradov
|
4d23e2c8c9
|
GPU implementation of CLAHE
|
2013-03-25 17:45:13 +04:00 |
|
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
|
Andrey Kamaev
|
172b4554f3
|
Merge pull request #675 from jet47/gpu-test-fixes
GPU test fixes
|
2013-03-21 08:59:34 -07:00 |
|
Andrey Kamaev
|
d756de176f
|
Merge pull request #679 from jet47:gpu-simd-functions
|
2013-03-21 14:59:55 +04:00 |
|