Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
[profile/ivi/opencv.git] / modules / gpu / src / cuda / imgproc.cu
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-06-18 Marina Kolpakovaminor formating changes
2012-04-01 Vladislav Vinogradovfixed gpu::filter2D
2012-03-28 Vladislav Vinogradovadded support of 3-channels output to gpu::reprojectIma...
2012-03-21 Vladislav Vinogradovfixed gpu::filter2D border interpolation for CV_32FC1...
2012-03-07 Vladislav Vinogradovupdated image for StereoConstantSpaceBP regression...
2012-01-23 Vladislav Vinogradovadded support of BORDER_REFLECT to gpu::cornerHarris...
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-24 Alexey SpizhevoyFixed bug in the stitching module (some images appeared...
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-10-10 Vladislav Vinogradovimplemented brute force convolve for small kernel sizes
2011-10-03 Alexey SpizhevoyFixed support of translation in the GPU-based plane...
2011-09-16 Alexey SpizhevoyUpdated bundle adjustment in stitching module: 1) it...
2011-09-14 Vladislav Vinogradovminor gpu module refactoring: split big .cu files,...
2011-09-12 Vladislav Vinogradovimplemented gpu::resize for all types
2011-09-06 Vladislav Vinogradovfixed bug in gpu::remap under win32
2011-09-06 Vladislav Vinogradovadded bicubic interpolation to gpu::remap
2011-09-05 Vladislav Vinogradovoptimized gpu::remap (use texture memory)
2011-09-05 Vladislav Vinogradovoptimized gpu::remap (use texture memory if possible...
2011-08-31 Vladislav Vinogradovadded BORDER_REFLECT and BORDER_WRAP support to gpu...
2011-08-31 Vladislav Vinogradovimplemented gpu::remap for all types
2011-08-29 Vladislav Vinogradovfixed gpu::pyrUp implementation
2011-08-24 Vladislav Vinogradovoptimized gpu pyrDown and pyrUp
2011-08-10 Vladislav Vinogradovadded remap test, fix compilation error
2011-08-10 Vladislav Vinogradovadded registerPageLocked/unregisterPageLocked functions
2011-08-08 Vladislav Vinogradovfixed some warnings under win64
2011-08-01 Vladislav Vinogradovadded buffered version of pyrDown and pyrUp
2011-07-08 Alexey Spizhevoyremoved debug func. call
2011-07-08 Alexey Spizhevoyadded support of old CC into GPU mean shift routines
2011-07-01 Alexey Spizhevoyadded gpu::buildWarpPlaneMaps and gpu::buildWarpCylindr...
2011-06-30 Alexey SpizhevoyGPU: updated upsample, downsample functions, added...
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-04-08 Alexey Spizhevoyadded downsample function into gpu module, refactored...
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2011-01-19 Alexey Spizhevoyrefactored gpu module
2010-12-24 Alexey Spizhevoyadded support of scaling into gpu::dft, refactored...
2010-12-22 Alexey Spizhevoyadded mulSpectrums functions into GPU module
2010-12-22 Alexey Spizhevoymoved crossCorr (as NPP_Staging wrapper) into public...
2010-12-10 Alexey Spizhevoyfixed minor bug in gpu module, added first version...
2010-12-08 Alexey Spizhevoyadded test for gpu:columnSum
2010-12-08 Alexey Spizhevoyadded gpu::columnSum, fixed compile error (if there...
2010-12-06 Anatoly Baksheevmodule reorganization: added folder with pure device...
2010-12-06 Alexey Spizhevoyrefactored border interpolation in gpu module
2010-12-06 Alexey Spizhevoyadded sipport of BORDER_REPLICATE mode into gpu::corner...
2010-12-03 Alexey Spizhevoyreplaced global memory reads with texture memory reads...
2010-12-02 Alexey Spizhevoyadded support of BORDER_REFLECT into gpu::cornerHarris...
2010-12-01 Alexey Spizhevoyfixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal
2010-11-30 Alexey Spizhevoyadded min eigen val based corner detector into gpu...
2010-11-30 Alexey Spizhevoyadded Harris corner detector into gpu module
2010-10-31 Anatoly Baksheevadded PtrStep PtrElemStep structures. Refactored name...
2010-10-20 Vladislav Vinogradovadded to gpu module linear filters for int and float...
2010-10-11 Alexey Spizhevoychanged mean shift procedure a little
2010-09-06 Kirill KornyakovGPU module update: _GPU suffix removed, some namespaces...
2010-09-03 Kirill KornyakovmeanShiftFiltering_GPU output parameters changed to...
2010-08-26 Vladislav Vinogradovfixed 3 bytes reading/writing in remap
2010-08-26 Vladislav Vinogradovadded remap version for 3-channels input images
2010-08-25 Vladislav Vinogradovrenamed colorizeDisp to drawColorDisp, added acync...
2010-08-23 Vladislav Vinogradovadded reprojectImageTo3D_GPU
2010-08-20 Vladislav Vinogradovadded colorizeDisp, fixed DisparityBilateralFilter
2010-08-10 Anatoly BaksheevmeanShiftFilteringGPU: performance and bug with type...
2010-08-10 Anatoly Baksheevcv::gpu::CudaStream -> cv::gpu::Stream
2010-08-09 Maria Dimashovafixed texture binding and warning on linux
2010-08-06 Anatoly BaksheevmeanShiftFiltering added (by masha)
2010-07-23 Anatoly Baksheevimgproc_gpu - minor refactoring
2010-07-23 Vladislav VinogradovAdded implementation of remap on GPU. Minor fixes of...