209 Commits (31c8b527c618112aa132f2200e388bb1b8115883)

Author SHA1 Message Date
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
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 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 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 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 4dbd0f0e8f fixed compilation issues with gpu modules: 12 years ago
Vladislav Vinogradov 4d23e2c8c9 GPU implementation of CLAHE 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 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
Vadim Pisarevsky 07e0f7bf59 refactored video module; use the new-style algorithms now 12 years ago
Vladislav Vinogradov fd7bf0b766 moved SURF_GPU and VIBE to gpunonfree module 12 years ago
Vladislav Vinogradov abc9ef6809 moved utility functions from gpu_perf_test and gpu_test to ts module 12 years ago
Vladislav Vinogradov 4a237af814 implemented Malvar, He, and Cutler Bayer Demosaicing on gpu 12 years ago
marina.kolpakova 5120322cea move gpu version of soft cascade to dedicated module 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Vladislav Vinogradov 4ddf634c30 gpu : implement Bayer* -> Gray color conversion 12 years ago
Vladislav Vinogradov f533f0dca9 fixed gpu sanity tests 12 years ago
Vladislav Vinogradov a138e12a26 refactored gpu perf tests and fixed sanity tests 12 years ago
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
Vladislav Vinogradov a3a09cf4d1 refactored OpticalFlowDual_TVL1: 12 years ago
Vladislav Vinogradov 36e42084f0 added gpu BM optical flow implementation 12 years ago
Vladislav Vinogradov fe2e89df1b added gpu::HoughLinesP function 12 years ago
Vladislav Vinogradov 86bd325131 added gpu::normalize function 12 years ago
Vladislav Vinogradov 61b54149b1 added mask support to gpu norm and sum 12 years ago
Vladislav Vinogradov 08914aa708 added gpu compare with scalar 12 years ago
Vladislav Vinogradov ce2fd7fec9 added dual tvl1 optical flow gpu implementation 12 years ago
marina.kolpakova cb329400df fix tests 12 years ago
marina.kolpakova 8d9c9c2690 integrate new cascade format to GPU soft cascade implementation 12 years ago
Vladislav Vinogradov 9cb4292d5c implemented Luv/Lab <-> RGB conversion 12 years ago
Vladislav Vinogradov b7e6b5af1b fixed tests (call resetDevice, if there was a gpu failure) 12 years ago
Anatoly Baksheev 389ecbe96d warnings, renamed Marina's GPU_PERF_TEST_P 12 years ago
marina.kolpakova 2128bd25e4 fix warnings under win 12 years ago
vlad 11293d071f Revert "disabled video decoding under linux" 12 years ago
Vladislav Vinogradov 660d23aa04 added cv::gpu::resetDevice to RunPerfTestBody 12 years ago
Vladislav Vinogradov 4ba33fa1ed Revert "call resetDevice if gpu test fails" 12 years ago
Vladislav Vinogradov ab25fe9e37 call resetDevice if gpu test fails 12 years ago
Vladislav Vinogradov da017fbeb9 fast optical flow bm implementation 12 years ago
Vladislav Vinogradov caf91ac159 new gpu::HoughLinesP implementation 12 years ago
Vladislav Vinogradov 889674ef43 disabled video decoding under linux 12 years ago
marina.kolpakova c470e15d45 integrate speprocessing strategy 12 years ago
Vladislav Vinogradov aad76090ce gpu::HoughLinesP 12 years ago