Merge pull request #1263 from abidrahmank:pyCLAHE_24
[profile/ivi/opencv.git] / modules / gpu / src / cuda / imgproc.cu
2013-08-14 Roman DonchenkoMerge pull request #1263 from abidrahmank:pyCLAHE_24
2013-08-12 Roman DonchenkoMerge pull request #1163 from kdrobnyh:Morphology
2013-08-07 Roman DonchenkoMerge pull request #1189 from pengx17:2.4_sort_by_key
2013-08-06 Andrey PavlenkoMerge pull request #1187 from kdrobnyh:mean_and_sum
2013-08-05 Andrey PavlenkoMerge pull request #1222 from philippefoubert:branch_2...
2013-07-31 Andrey PavlenkoMerge pull request #891 from NCBee:2.4
2013-07-31 Andrey PavlenkoMerge pull request #1139 from StevenPuttemans:bugfix_3101
2013-07-31 Andrey PavlenkoMerge pull request #1019 from jet47:opengl-documentation
2013-07-31 Andrey PavlenkoMerge pull request #1206 from StevenPuttemans:feature_3169
2013-07-30 Andrey PavlenkoMerge pull request #1121 from pengx17:2.4_gftt_perf_test
2013-07-30 Andrey PavlenkoMerge pull request #1172 from StevenPuttemans:bugfix_31...
2013-07-30 Andrey PavlenkoMerge pull request #1098 from SeninAndrew:ximea_camera_...
2013-07-30 Andrey PavlenkoMerge pull request #1110 from SpecLad:config-cleanup
2013-07-30 Andrey PavlenkoMerge pull request #1123 from bitwangyaoyao:2.4_fix
2013-07-30 Andrey PavlenkoMerge pull request #1201 from alekcac:gittip
2013-07-24 Roman DonchenkoMerge pull request #1169 from asmorkalov:winrt_tbb_dbg_...
2013-07-23 Roman DonchenkoMerge pull request #1168 from StevenPuttemans:feature_2753
2013-07-21 Andrey PavlenkoMerge pull request #1158 from StevenPuttemans:bugfix_3165
2013-07-21 Andrey PavlenkoMerge pull request #1156 from StevenPuttemans:bugfix_18...
2013-07-19 Roman DonchenkoMerge pull request #1148 from StevenPuttemans:patch_3125
2013-07-19 Roman DonchenkoMerge pull request #1141 from apavlenko:fix_warning_unr...
2013-07-19 Roman DonchenkoMerge pull request #1150 from janstarzy:spelling
2013-07-18 Roman DonchenkoMerge pull request #1137 from StevenPuttemans:bugfix_31...
2013-07-18 Andrey PavlenkoMerge pull request #1138 from janstarzy:mat-dist
2013-07-18 Roman DonchenkoMerge pull request #1146 from jet47:fix-gpu-without...
2013-07-18 Vladislav Vinogradovfixed compilation without CUBLAS and CUFFT
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-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-10 Oleg SklyarovMerge branch 'master' of git://code.opencv.org/opencv
2012-10-10 Vladislav Vinogradovfixed bug #2425 : Concurrent convolutions with streams
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-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
next