34 Commits (faee18961df4aa7b754a10eb0d8ee7416a990532)

Author SHA1 Message Date
Vladislav Vinogradov 54fa600b9e update docs 14 years ago
Vladislav Vinogradov deac5d972e fixed errors in gpu on old video cards (SURF_GPU, BruteForceMatcher_GPU, min/max, setTo, convertTo) 14 years ago
Vladislav Vinogradov 811ba31897 added synchronization after NPP calls 14 years ago
Vladislav Vinogradov 8abdb3721f added gpu threshold. 14 years ago
Alexey Spizhevoy cbb132ccb1 added ensureSizeIsEnough into gpu module, updated reduction methods 14 years ago
Alexey Spizhevoy 21b081deff now single row GPU matrix is continuous one, added aux. functions, updated dft and matchTemplates 14 years ago
Vladislav Vinogradov dd2fe821c2 deleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports complex types under linux 14 years ago
Alexey Spizhevoy fada88e100 fixed some bugs, added tests for gpu::HOGDescriptor 14 years ago
Anatoly Baksheev ac5298815a some device layer utility functions 14 years ago
Vladislav Vinogradov 863d61e9eb fix gpu module compilation under linux 14 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 15 years ago
Vladislav Vinogradov 49fa536c62 added Sobel, GaussianBlur, Canny to gpu module. 15 years ago
Vladislav Vinogradov fb7aa43feb added gpu 1d window sum, convertTo, based on NPP. 15 years ago
Vladislav Vinogradov 51d5959aca added gpu add, subtract, multiply, divide, absdiff with Scalar. 15 years ago
Vladislav Vinogradov b803c24345 added nppSafeCall 15 years ago
Vladislav Vinogradov b5c92a7dc0 Added implementation and test for the GPU version of flip, resize, sum, minMax, copyConstBorder, setTo, based on NPP. 15 years ago
Kirill Kornyakov 6960e1544d GPU module update: _GPU suffix removed, some namespaces renamed, minor refactorings. 15 years ago
Anatoly Baksheev 97d17d8ad1 fixed warnings 15 years ago
Anatoly Baksheev 9a669b1ceb fixed bugs in page locked memory allocation 15 years ago
Andrey Morozov 1ac097ce57 fixed build without cuda 15 years ago
Andrey Morozov 001bbfb4f9 fixed build without cuda 15 years ago
Andrey Morozov 35ebeb21bd added implement MatPL with serocopy and writecombited 15 years ago
Anatoly Baksheev d1fc3e6b5a cv::gpu::CudaStream -> cv::gpu::Stream 15 years ago
Anatoly Baksheev 9ac1741555 speckle filtering added 15 years ago
Anatoly Baksheev dc69cf3ab4 minor fixes 15 years ago
Anatoly Baksheev 22f5376e82 refactoring and minor code improvements 15 years ago
Andrey Morozov fff2160d1f implemented asynchronous call for GpuMat::upload() and GpuMat::download(). added test for asynchronous call. 15 years ago
Vladislav Vinogradov 26c4859634 reduced code convert_to by using templates, merged with copyTo 15 years ago
Andrey Morozov a0b1107b3c added implementation copyTo() with mask and added test for this method 15 years ago
Andrey Morozov 98c8ecf829 modified kernel setto(), added double type, code has been improved 15 years ago
Vladislav Vinogradov 3f5dd5f1cc added implementation GpuMat::convertTo and merged this with matrix_operations.cpp 15 years ago
Andrey Morozov 2be1c7d13f fixed implementation gpumat::setTo() 15 years ago
Andrey Morozov ace7c7e93c linux compiletion error 15 years ago
Anatoly Baksheev 07825bad1e compilation with no cuda re factored 15 years ago
Andrey Morozov 20e2dc84b0 added implementation SetTo() with mask 15 years ago
Andrey Morozov 1d93ca00de Added files for implementation of operations SetTo() 15 years ago
Anatoly Baksheev 7f6fb6ef97 First gpu code draft. Interface might be significantly changed in future. 15 years ago