abidrahmank
|
031c77f4eb
|
SIFT+SURF PyDocs
|
12 years ago |
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?
|
12 years ago |
Roman Donchenko
|
51a672ec40
|
Disabled the cuda variant when CUDA is not available.
|
12 years ago |
Roman Donchenko
|
936236e4b1
|
Extended the CPU/GPU selection mechanism in performance tests.
Now it allows choosing between arbitrary implementation variants.
|
12 years ago |
Ivan Korolev
|
fee8121040
|
Added regression tests for SURF/SIFT (related to #2892)
|
12 years ago |
Ivan Korolev
|
fc82150edc
|
Fixed a bug #2892
|
12 years ago |
Vladislav Vinogradov
|
8fcef225fb
|
switched to Input/Output Array in reductions operations
|
12 years ago |
Vladislav Vinogradov
|
ec70282bf7
|
switched to Input/Output Array in min/max operations
|
12 years ago |
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
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.
|
12 years ago |
Vladislav Vinogradov
|
49a4f27d42
|
removed VIBE implementation
|
12 years ago |
Vladislav Vinogradov
|
ec52096e30
|
removed VIBE implementation
|
12 years ago |
peng xiao
|
ac21cabda2
|
Copy ocl::queryDeviceInfo interface from master to 2.4.
Affected functions surf.ocl, pyrlk.ocl and hog.ocl are updated with the change.
|
12 years ago |
peng xiao
|
e5ea018185
|
Let surf.ocl use the new queryDeviceInfo interface.
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
12f16b7a26
|
nonfree module fixes
|
12 years ago |
Andrey Kamaev
|
8b294c6c90
|
Remove documentation for old python wrapper
|
12 years ago |
Andrey Kamaev
|
8406312571
|
Remove C API from OpenCL module
|
12 years ago |
Andrey Kamaev
|
bd59bc3e4a
|
Remove ifdef __cplusplus from nonfree headers
|
12 years ago |
yao
|
719e8674ad
|
fix the compile errors on Mac
|
12 years ago |
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
Roman Donchenko
|
e8721f1f6f
|
Automatically add CUDA support to a module if it has CUDA sources.
Backport from master.
|
12 years ago |
Vladislav Vinogradov
|
068fb03011
|
fixed compilation warnings
|
12 years ago |
Vladislav Vinogradov
|
b50090f850
|
restore cudaSafeCall
|
12 years ago |
Vladislav Vinogradov
|
910ef57109
|
renamed cuda namespace to cudev
|
12 years ago |
Vladislav Vinogradov
|
1bb141c465
|
fixed build
|
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
|
dd74a851f3
|
Fix build errors
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
marina.kolpakova
|
780a8cc149
|
fix build without gpu module with cuda
|
12 years ago |
Vladislav Vinogradov
|
bf6c08a9ea
|
fixed compilation with CUDA
|
12 years ago |
Vladislav Vinogradov
|
642d7d6826
|
fixed nonfree test (run it only on one gpu device)
|
12 years ago |
Vladislav Vinogradov
|
9086efa8e9
|
fixed warnings
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Vladislav Vinogradov
|
2661c2e213
|
fixed warnings
|
12 years ago |
peng xiao
|
f2ecf4f905
|
Disable ocl::SURF accurate test
|
12 years ago |
peng xiao
|
ad58c084a9
|
Fix compiler errors
|
12 years ago |
peng xiao
|
8ffc15371d
|
Fix compiler errors
|
12 years ago |
peng xiao
|
7476bf5cd7
|
Fix compiler errors
|
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 |
peng xiao
|
9698079ca5
|
Pass warp size into SURF
|
12 years ago |
peng xiao
|
f7b40cdc63
|
Add a macro to call additional barrier function on the fly
|
12 years ago |
marina.kolpakova
|
84f45e1e03
|
fixed build with CUDA after latest merge
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
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 |