224 Commits (103ee12f002f57c36119f9390b4906eed2647cfb)

Author SHA1 Message Date
Andrey Kamaev 416fb50594 Revert "Merge pull request #836 from jet47:gpu-modules" 12 years ago
Vladislav Vinogradov eda124ec32 removed gpuobjdetect module 12 years ago
Vladislav Vinogradov 28b1caa730 gpustereo module for stereo correspondence 12 years ago
Vladislav Vinogradov cad9518928 moved image labeling to gpu module 12 years ago
Vladislav Vinogradov 77aafc2984 removed unused includes 12 years ago
Vladislav Vinogradov a6648b5372 gpuobjdetect module for object detection 12 years ago
Vladislav Vinogradov b08b9ab83b gpucalib3d module for camera calibration and stereo correspondence 12 years ago
Vladislav Vinogradov fc1fa28556 gpuvideo module for video processing 12 years ago
Vladislav Vinogradov 7544ddbfef gpufeatures2d module 2d for feature detection and matching 12 years ago
Vladislav Vinogradov e41aea0acf gpuimgproc module for image processing 12 years ago
Vladislav Vinogradov d569e72ad4 moved mulSpectrums, dft and convolve to gpuarithm 12 years ago
Vladislav Vinogradov c56bdbc1c5 moved integral to gpuarithm module 12 years ago
Vladislav Vinogradov 10ac854358 moved copyMakeBorder to gpuarithm module 12 years ago
Vladislav Vinogradov c2402053b9 removed columnSum function (it is a duplicate for reduce) 12 years ago
Vladislav Vinogradov 84de6ce036 gpufilters module for image filtering 12 years ago
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