Vladislav Vinogradov
|
4716f63444
|
fixed gpu performance tests:
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
|
2013-07-16 15:43:04 +04:00 |
|
Roman Donchenko
|
4cf9990d4e
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
doc/tutorials/definitions/noContent.rst
doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/version.hpp
modules/gpu/CMakeLists.txt
modules/highgui/perf/perf_output.cpp
modules/highgui/test/test_video_io.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/main.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/opencl/moments.cl
modules/ocl/test/main.cpp
modules/ocl/test/test_moments.cpp
modules/python/test/test.py
modules/ts/include/opencv2/ts/ts_perf.hpp
modules/ts/src/precomp.hpp
modules/ts/src/ts_perf.cpp
|
2013-07-03 19:53:21 +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
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
2013-06-07 13:05:39 +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 |
|
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
2013-04-18 15:03:50 +04:00 |
|
Vladislav Vinogradov
|
eda124ec32
|
removed gpuobjdetect module
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
28b1caa730
|
gpustereo module for stereo correspondence
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
cad9518928
|
moved image labeling to gpu module
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
77aafc2984
|
removed unused includes
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
a6648b5372
|
gpuobjdetect module for object detection
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
b08b9ab83b
|
gpucalib3d module for camera calibration and stereo correspondence
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
fc1fa28556
|
gpuvideo module for video processing
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
7544ddbfef
|
gpufeatures2d module 2d for feature detection and matching
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
e41aea0acf
|
gpuimgproc module for image processing
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
d569e72ad4
|
moved mulSpectrums, dft and convolve to gpuarithm
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
c56bdbc1c5
|
moved integral to gpuarithm module
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
10ac854358
|
moved copyMakeBorder to gpuarithm module
|
2013-04-18 11:33:31 +04:00 |
|
Vladislav Vinogradov
|
c2402053b9
|
removed columnSum function (it is a duplicate for reduce)
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
84de6ce036
|
gpufilters module for image filtering
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
31c8b527c6
|
gpuarithm module for arithmetics operations on matrices
|
2013-04-18 11:33:30 +04:00 |
|
Vladislav Vinogradov
|
1b00a3ed54
|
gpucodec module for video decoding/encoding
|
2013-04-18 11:33:29 +04:00 |
|
Andrey Kamaev
|
8fdab9f631
|
Merge branch '2.4'
|
2013-04-17 12:07:17 +04:00 |
|
Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
2013-04-16 12:00:02 +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 |
|
Andrey Kamaev
|
913e6833d5
|
Merge pull request #785 from taka-no-me:split_c_cpp2
|
2013-04-09 08:53:50 +04:00 |
|
Vladislav Vinogradov
|
204a19b431
|
moved common gpu utility functionality to gpu_private.hpp
|
2013-04-08 17:25:15 +04:00 |
|
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
2013-04-08 15:47:28 +04:00 |
|
Vladislav Vinogradov
|
8d97d9598e
|
updated GPU version of TVL1
|
2013-04-08 15:18:26 +04:00 |
|
Andrey Kamaev
|
67073daf19
|
Merge branch '2.4'
|
2013-04-05 21:11:59 +04:00 |
|
Vladislav Vinogradov
|
8d521d4704
|
disabled perf tests for gpu VideoWriter and VideoReader
|
2013-04-02 16:49:09 +04:00 |
|
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
2013-04-01 17:29:10 +04:00 |
|
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
2013-04-01 15:24:34 +04:00 |
|
Andrey Kamaev
|
f77a375354
|
Merge branch '2.4'
|
2013-03-29 19:38:35 +04:00 |
|
Andrey Kamaev
|
20534c9beb
|
Merge pull request #692 from vpisarev:refactor_calib3d_stereo
|
2013-03-26 18:38:16 +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 |
|
Andrey Kamaev
|
82d7292ee7
|
Merge pull request #680 from vpisarev:c2cpp_video_take2
|
2013-03-22 19:34:53 +04:00 |
|
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
|
Vadim Pisarevsky
|
7661625c39
|
converter stereo correspondence algorithms to the new style
|
2013-03-22 01:05:30 +04:00 |
|
Andrey Kamaev
|
1ca8f33b4e
|
Merge branch '2.4'
|
2013-03-21 23:11:54 +04:00 |
|
Vladislav Vinogradov
|
d87b709c26
|
fixed minMax perf test
|
2013-03-21 13:46:32 +04:00 |
|
Vladislav Vinogradov
|
0149969463
|
disable tests that requires video support if it is not available
|
2013-03-21 13:40:07 +04:00 |
|
Vladislav Vinogradov
|
b07bce11ef
|
increased epsilon in sanity test
|
2013-03-21 13:40:07 +04:00 |
|
Vladislav Vinogradov
|
83def21ba9
|
increased time limits in perf tests
|
2013-03-21 13:40:07 +04:00 |
|
Vadim Pisarevsky
|
07e0f7bf59
|
refactored video module; use the new-style algorithms now
|
2013-03-20 19:51:49 +04:00 |
|
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree module
|
2013-03-18 14:06:29 +04:00 |
|