Andrey Kamaev
|
8f32902ce6
|
Minimize usages of legacy C API inside the library
|
2013-04-16 12:00:02 +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 |
|
Vladislav Vinogradov
|
abc9ef6809
|
moved utility functions from gpu_perf_test and gpu_test to ts module
|
2013-03-18 14:06:19 +04:00 |
|
Vladislav Vinogradov
|
4a237af814
|
implemented Malvar, He, and Cutler Bayer Demosaicing on gpu
|
2013-03-14 18:11:12 +04:00 |
|
marina.kolpakova
|
5120322cea
|
move gpu version of soft cascade to dedicated module
|
2013-03-14 12:27:13 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Vladislav Vinogradov
|
4ddf634c30
|
gpu : implement Bayer* -> Gray color conversion
|
2013-03-11 15:41:50 +04:00 |
|
Andrey Kamaev
|
9e12b7c3c2
|
Merge release 2.4.4
|
2013-03-04 19:43:49 +04:00 |
|
Vladislav Vinogradov
|
f533f0dca9
|
fixed gpu sanity tests
|
2013-02-28 16:54:37 +04:00 |
|
Vladislav Vinogradov
|
a138e12a26
|
refactored gpu perf tests and fixed sanity tests
|
2013-02-26 13:53:38 +04:00 |
|
Vladislav Vinogradov
|
8b1f88c40f
|
updated gpu module API
|
2013-02-21 16:12:33 +04:00 |
|
Andrey Kamaev
|
262fc929aa
|
Merge branch '2.4'
|
2013-02-18 15:35:42 +04:00 |
|
Vladislav Vinogradov
|
a3a09cf4d1
|
refactored OpticalFlowDual_TVL1:
* added DenseOpticalFlow interface
* moved OpticalFlowDual_TVL1 to src folder
|
2013-02-14 13:26:47 +04:00 |
|
Vladislav Vinogradov
|
36e42084f0
|
added gpu BM optical flow implementation
|
2013-02-13 15:57:40 +04:00 |
|
Vladislav Vinogradov
|
fe2e89df1b
|
added gpu::HoughLinesP function
|
2013-02-13 15:56:58 +04:00 |
|
Vladislav Vinogradov
|
86bd325131
|
added gpu::normalize function
|
2013-02-13 15:55:58 +04:00 |
|
Vladislav Vinogradov
|
61b54149b1
|
added mask support to gpu norm and sum
|
2013-02-13 15:54:50 +04:00 |
|
Vladislav Vinogradov
|
08914aa708
|
added gpu compare with scalar
|
2013-02-13 15:53:03 +04:00 |
|
Vladislav Vinogradov
|
ce2fd7fec9
|
added dual tvl1 optical flow gpu implementation
|
2013-02-13 15:50:05 +04:00 |
|
marina.kolpakova
|
cb329400df
|
fix tests
|
2013-01-30 15:55:04 +04:00 |
|
marina.kolpakova
|
8d9c9c2690
|
integrate new cascade format to GPU soft cascade implementation
|
2013-01-30 15:55:04 +04:00 |
|
Vladislav Vinogradov
|
9cb4292d5c
|
implemented Luv/Lab <-> RGB conversion
|
2013-01-23 21:05:08 +04:00 |
|
Vladislav Vinogradov
|
b7e6b5af1b
|
fixed tests (call resetDevice, if there was a gpu failure)
|
2013-01-23 21:05:04 +04:00 |
|
marina.kolpakova
|
45191dd6a5
|
merge CUDA dev branch
|
2012-12-29 19:44:38 +04:00 |
|
Anatoly Baksheev
|
389ecbe96d
|
warnings, renamed Marina's GPU_PERF_TEST_P
|
2012-12-25 22:00:20 +04:00 |
|
marina.kolpakova
|
2128bd25e4
|
fix warnings under win
|
2012-12-24 15:28:05 +04:00 |
|
vlad
|
11293d071f
|
Revert "disabled video decoding under linux"
This reverts commit 889674ef43 .
|
2012-12-21 12:54:38 +04:00 |
|
Vladislav Vinogradov
|
660d23aa04
|
added cv::gpu::resetDevice to RunPerfTestBody
|
2012-12-20 15:33:04 +04:00 |
|
Vladislav Vinogradov
|
4ba33fa1ed
|
Revert "call resetDevice if gpu test fails"
This reverts commit ab25fe9e37 .
|
2012-12-19 11:13:31 +04:00 |
|