25 Commits (6d8f4c6b820b6780f4874dd0669892990bbd3a31)

Author SHA1 Message Date
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Alexey Spizhevoy 916703c6e5 Updated optimal block size estimation in gpu::convolve() 13 years ago
Vladislav Vinogradov f38596b783 implemented brute force convolve for small kernel sizes 13 years ago
Vladislav Vinogradov ed749c4bfe added missing arithm operations to gpu module 13 years ago
Vladislav Vinogradov 64119dd924 implemented gpu::copyMakeBorder for all border modes 13 years ago
Vladislav Vinogradov b2079d6de1 implemented gpu::resize for all types 13 years ago
Vladislav Vinogradov 84022779a1 added bicubic interpolation to gpu::remap 13 years ago
Vladislav Vinogradov ef430882a1 fixed build under linux 13 years ago
Vladislav Vinogradov ea2f5b1391 added BORDER_REFLECT and BORDER_WRAP support to gpu module 13 years ago
Vladislav Vinogradov 47d68f6967 implemented gpu::remap for all types 13 years ago
Vladislav Vinogradov 5f9e47a9cd refactored gpu::BruteForceMatcher (moved some utility functions to device layer) 13 years ago
Alexey Spizhevoy 50b72197ab fixed bug in gpu::matchTemplate (added normalization routine to make the GPU version consistent with the CPU one), added test cases from the ticket #1341 13 years ago
Vladislav Vinogradov 173ac5a64b optimized gpu pyrDown and pyrUp 13 years ago
Vladislav Vinogradov 0ed6d86a49 optimized some gpu::cvtColor functions 13 years ago
Vladislav Vinogradov 971e35f283 fixed bug in gpu::cvtColor 13 years ago
Vladislav Vinogradov bad7dadb75 added remap test, fix compilation error 14 years ago
Vladislav Vinogradov f4f38fcced fixed gpu test failure on empty test data 14 years ago
Vladislav Vinogradov 767ac9aa10 added gpu::Canny function 14 years ago
Vladislav Vinogradov 6ff975af9e added gpu::equalizeHist function 14 years ago
Vladislav Vinogradov 33df5ea07b added gpu::calcHist function 14 years ago
Alexey Spizhevoy e9837b0aa9 added support of old CC into GPU mean shift routines 14 years ago
Alexey Spizhevoy 5f4ba8055f added tests for pyrDown and pyrUp (gpu) 14 years ago
Alexey Spizhevoy 674b763395 GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching) 14 years ago
Vladislav Vinogradov e8d2dd212c fixed gpu tests 14 years ago
Vladislav Vinogradov d1b4b5f0de refactored gpu module tests 14 years ago