added dual tvl1 optical flow gpu implementation
[profile/ivi/opencv.git] / modules / gpu / src / cuda / match_template.cu
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-01 Anatoly Baksheevadded CUDA_DISABLER preprocessor commands
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-06-28 Marina Kolpakovamerged the trunk r8669:8702
2012-06-18 Marina Kolpakovaminor formating changes
2012-03-28 Alexey Spizhevoy#1713 Added the possibility of setting user_block_size...
2012-03-26 Alexey SpizhevoyFixed gpu::matchTemplate for correct handling of big...
2011-11-14 Vladislav Vinogradovremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-10-19 Vladislav Vinogradovadded WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
2011-10-13 Anatoly Baksheevgpu module: refactored devmem2d.hpp (atomic bomb)
2011-08-29 Alexey Spizhevoyfixed bug in gpu::matchTemplate (added normalization...
2011-08-03 Vladislav Vinogradovgpu device layer code refactoring
2011-06-14 Vladislav Vinogradovadded __forceinline__ to device functions
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2011-01-12 Alexey Spizhevoycosmetic changes in gpu module, decreased matchTemplate...
2011-01-12 Alexey Spizhevoyremoved unnecessary code from gpu::matchTemplate
2011-01-11 Alexey Spizhevoyreplaced adding constant in normalization with taking max
2011-01-11 Alexey Spizhevoyupdated normalization routine in the matchTemplate...
2010-12-22 Alexey Spizhevoymoved crossCorr (as NPP_Staging wrapper) into public...
2010-12-16 Alexey Spizhevoyadded support of CCOEFF_NORMED for multichannel images...
2010-12-15 Alexey Spizhevoyadded support of multichannel images into gpu::matchTem...
2010-12-15 Alexey Spizhevoyfixed minor bugs in gpu module
2010-12-15 Alexey Spizhevoyadded support of multichannel images into gpu::matchTem...
2010-12-14 Alexey Spizhevoyfixed bug in matchTemplate when template size is (1...
2010-12-14 Alexey Spizhevoyrefactored matchTemplate.cu
2010-12-14 Alexey Spizhevoyadded CUDA kernel for CV_TM_CCOEFF_NORMED matchTemplate...
2010-12-14 Alexey Spizhevoyadded CUDA kernel for CV_TM_CCOEFF matchTemplate method
2010-12-13 Alexey Spizhevoyadded some gpu::matchTemplate kernels (other parts...
2010-12-10 Alexey Spizhevoyrefactored gpu module
2010-12-08 Alexey Spizhevoyadded gpu::columnSum, fixed compile error (if there...
2010-12-08 Alexey Spizhevoyadded support of CV_32F & CV_TM_SQDIFF into gpu::matchT...
2010-12-08 Alexey Spizhevoyadded support of CV_TM_CCORR (via FFT) into gpu::matchT...
2010-12-06 Anatoly Baksheevmodule reorganization: added folder with pure device...
2010-12-06 Alexey Spizhevoyadded first version of gpu::matchTemplate, currently...