463 Commits (88419f892361763fb49cc5a05d04f4d169fca872)

Author SHA1 Message Date
Vladislav Vinogradov 26691e00d4 fixed gpu core tests (added additional check for device's feature support) 13 years ago
Vladislav Vinogradov 9034a2d6d7 fixed gpu arithm functions (mismatch with cpu version) 13 years ago
Alexey Spizhevoy 5434a9a5ec Fixed gpu::matchTemplate for correct handling of big templates. Added tests 13 years ago
Vladislav Vinogradov 059cef57e6 fixed gpu::filter2D border interpolation for CV_32FC1 type 13 years ago
Vladislav Vinogradov 509c910101 refactored and fixed some gpu tests 13 years ago
Vladislav Vinogradov 844bdea5ac fixed several bugs in gpu arithm functions 13 years ago
Vladislav Vinogradov 6397fa5b38 fixed gpu::pyrUp (now it matches cpu analog) 13 years ago
Vladislav Vinogradov ade7394e77 refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective) 13 years ago
Vladislav Vinogradov cd2cc6197f fixed bug in gpu::pyrUp implementation 13 years ago
Vladislav Vinogradov 855feedda7 fixed error calculation in gpu::PyrLKOpticalFlow (Bug #1651) 13 years ago
Vladislav Vinogradov 02f226a981 fixed bug in gpu::pyrDown 13 years ago
Vladislav Vinogradov e7dda44a07 updated image for StereoConstantSpaceBP regression test 13 years ago
Vladislav Vinogradov ec5bdc7de8 added patch error calculation to gpu::PyrLKOpticalFlow 13 years ago
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago
Alexey Spizhevoy 9f5d97425f Fixed some typos 13 years ago
Alexey Spizhevoy 681ac9beda Added missing files 13 years ago
Vladislav Vinogradov ada6ab3778 fixed compilation for old compute capabilities 13 years ago
Vladislav Vinogradov 65bef258cb fixed compilation error 13 years ago
Vladislav Vinogradov 5af529c1bd fixed and updated gpu implementation of separable liner filters 13 years ago
Vladislav Vinogradov a6bc747a54 minor fix : doesn't save outliers 13 years ago
Vladislav Vinogradov 77f286ada6 fixed build under linux 13 years ago
Vladislav Vinogradov a10fed8fd1 added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module 13 years ago
Vladislav Vinogradov 237b3ed3a0 fixed createOpticalFlowNeedleMap 13 years ago
Vladislav Vinogradov bb23288c3d fixed bug in SURF_GPU 13 years ago
Vladislav Vinogradov 5e1808c797 fixed bug in gpu::Canny 13 years ago
Vladislav Vinogradov 1d1da9c5d6 added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal 13 years ago
Vladislav Vinogradov cdae0743ab fix OpenGL render functions 13 years ago
Vladislav Vinogradov a25b027ef7 updated gpu optical_flow sample 13 years ago
Vladislav Vinogradov 5860477605 fixed gpu::resize 13 years ago
Vladislav Vinogradov af59a75ffc fixed bug with submatrix in some gpu functions 13 years ago
Vladislav Vinogradov eccfc90b77 bug fix 13 years ago
Vladislav Vinogradov 5e38cf8042 added FAST_GPU and ORB_GPU classes 13 years ago
Vladislav Vinogradov d13a6b74b2 Fixed bug with submatrix in device::transform 13 years ago
Vladislav Vinogradov c2783af781 added OpenGL support to highgui under WIN32 13 years ago
Vladislav Vinogradov 464b8a570c fixed compilation under linux 13 years ago
Vladislav Vinogradov 2695039a79 moved GpuMat's operations implementation to core module 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 13 years ago
Vladislav Vinogradov 21f5cc7e6e minor 14 years ago
Vladislav Vinogradov b873fa818f fixed compilation under linux 14 years ago
Vladislav Vinogradov 8e061ac801 minor fix 14 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 14 years ago
Vladislav Vinogradov 0b4e7d6057 fixed remap under cc < 2.0 14 years ago
Alexey Spizhevoy b74e9c101a Fixed bug in the stitching module (some images appeared at result pano center) 14 years ago
Vladislav Vinogradov 90ff3dd990 added cublasSafeCall 14 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 14 years ago
Vladislav Vinogradov 87f3451ec6 fixed warnings 14 years ago
Anatoly Baksheev 7076dfd7d6 gpu module: refactored devmem2d.hpp (atomic bomb) 14 years ago
Vladislav Vinogradov 631d4b483a minor fix 14 years ago
Vladislav Vinogradov d3c4e90760 new optimized implementation of BruteForceMatcher_GPU (~2-3x faster) 14 years ago
Vladislav Vinogradov f38596b783 implemented brute force convolve for small kernel sizes 14 years ago