Fixed support of translation in the GPU-based plane warper
[profile/ivi/opencv.git] / modules / gpu / include / opencv2 / gpu / gpu.hpp
2010-12-03 Alexey Spizhevoyadded support of gamama_correction parameter into gpu...
2010-12-02 Alexey Spizhevoyadded support of BORDER_REFLECT into gpu::cornerHarris...
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-11-29 Alexey Spizhevoyadded masks support into gpu::minMaxLoc
2010-11-29 Alexey Spizhevoyadded mask support into gpu::minMax
2010-11-29 Alexey Spizhevoyadded gpu::count_non_zero version for CC1.0, refactored...
2010-11-26 Alexey Spizhevoyadded first version of gpu::countNonZero for all data...
2010-11-26 Alexey Spizhevoyadded support of buffers into gpu::minMaxLoc, reduced...
2010-11-25 Alexey Spizhevoyadded buf support into gpu::minMax
2010-11-24 Alexey Spizhevoyadded minMaxLoc function into gpu module
2010-11-24 Alexey Spizhevoyadded support of all data types into gpu::minMax
2010-11-22 Alexey Spizhevoyadded masks support for bitwise operations on GPU
2010-11-20 Andrey Morozovfixed compilation error and warnings under ubuntu
2010-11-19 Alexey Spizhevoyadded support of different descriptor formats into...
2010-11-19 Alexey Spizhevoyadded bitwise operations into gpu module
2010-11-18 Alexey Spizhevoyadded getDescriptors support into gpu HOG, also added...
2010-11-17 Alexey Spizhevoyadded getDescriptors function (draft version)
2010-11-17 Alexey Spizhevoyadded getPeopleDetector_48x96 into gpu HOG
2010-11-16 Anatoly Baksheevadded default detector for winSize(64,128) for hog...
2010-11-15 Anatoly Baksheevfixed error reporting in GPU module (exceptions in...
2010-11-15 Alexey Spizhevoyfixed some bugs, added tests for gpu::HOGDescriptor
2010-11-15 Alexey Spizhevoyadded HOGDescriptor on GPU
2010-11-10 Anatoly Baksheevsome utility for GPU module internal purposes
2010-10-31 Anatoly Baksheevadded PtrStep PtrElemStep structures. Refactored name...
2010-10-26 Vladislav Vinogradovfix unnecessary memory allocation in gpu::magnitude...
2010-10-20 Vladislav Vinogradovadded to gpu module linear filters for int and float...
2010-10-18 Vladislav Vinogradovadded gpu version of magnitude, magnitudeSqr, phase...
2010-10-13 Vladislav Vinogradovadded magnitudeSqr and rectStdDev to gpu module.
2010-10-13 Alexey Spizhevoyimplemented mean shift segmentation with elimination...
2010-10-12 Vladislav Vinogradovfixed gpu filters (deriv filter and source roi calculation)
2010-10-12 Vladislav Vinogradovadded histograms calculation to gpu module
2010-10-11 Alexey Spizhevoychanged mean shift procedure a little
2010-10-11 Vladislav Vinogradovadded min/max filters to gpu module.
2010-10-06 Vladislav Vinogradovadded Filter Engine to gpu module.
2010-10-04 Vladislav Vinogradovadded Sobel, GaussianBlur, Canny to gpu module.
2010-09-29 Vladislav Vinogradovadded gpu 1d window sum, convertTo, based on NPP.
2010-09-28 Anatoly Baksheevfixed gpu morphology: now kernel in gpu is passed to...
2010-09-27 Vladislav Vinogradovadded gpu::magnitude for complex source vector (two...
2010-09-27 Alexey Spizhevoyupdated StereoBP docs & comments
2010-09-27 Vladislav Vinogradovadded gpu add, subtract, multiply, divide, absdiff...
2010-09-24 Anatoly Baksheevmodified according to NPP for CUDA 3.2 API updates.
2010-09-22 Vladislav Vinogradovadded gpu version of LUT, integral, boxFilter and cvtCo...
2010-09-20 Alexey Spizhevoyimplemented cv::gpu::merge and cv::gpu::split functions
2010-09-20 Vladislav Vinogradovminor refactoring of GPU module and GPU tests
2010-09-17 Anatoly BaksheevGPU module: minor interface changes
2010-09-17 Anatoly Baksheevadded GPU implementation of morphology functions (using...
2010-09-15 Vladislav VinogradovAdded implementation and test for the GPU version of...
2010-09-15 Vladislav VinogradovAdded implementation and test for the GPU version of...
2010-09-13 Vladislav VinogradovAdded implementation and test for the GPU version of...
2010-09-09 Kirill KornyakovAdded initial implementation and test for the GPU versi...
2010-09-06 Kirill KornyakovGPU module update: _GPU suffix removed, some namespaces...
2010-09-03 Kirill KornyakovmeanShiftFiltering_GPU output parameters changed to...
2010-08-30 Vladislav Vinogradovadded cvtColor on gpu (supports conversion between...
2010-08-26 Vladislav Vinogradovadded remap version for 3-channels input images
2010-08-25 Andrey Morozovadded methods estimateRecopmmendedParams for StereoBP...
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-19 Vladislav Vinogradovadded DisparityBilateralFilter to gpu module
2010-08-18 Anatoly Baksheevfixed warnings
2010-08-18 Andrey Morozovfixed some warnings
2010-08-17 Andrey Morozovadded get_first_k_initial_global_init_global_cost in...
2010-08-17 Anatoly Baksheevfixed bugs in page locked memory allocation
2010-08-16 Vladislav Vinogradovadded version of StereoBeliefPropagation::operator...
2010-08-13 Anatoly Baksheeva lot of refactoring
2010-08-13 Andrey Morozovadded implement MatPL with serocopy and writecombited
2010-08-13 Vladislav Vinogradovadded minimum disparity threshold parameter to StereoCo...
2010-08-13 Vladislav Vinogradovgpu::StereoConstantSpaceBP:
2010-08-12 Vladislav Vinogradovadded gpu implementation of constant space belief propa...
2010-08-10 Anatoly BaksheevmeanShiftFilteringGPU: performance and bug with type...
2010-08-10 Anatoly Baksheevcv::gpu::CudaStream -> cv::gpu::Stream
2010-08-06 Anatoly BaksheevmeanShiftFiltering added (by masha)
2010-08-02 Vladislav Vinogradovadded optimized belief propagation implementation ...
2010-07-29 Anatoly Baksheevspeckle filtering added
2010-07-29 Vladislav Vinogradovchanged StereoBeliefPropagation_GPU output disparity...
2010-07-29 Vladislav Vinogradovimplemented asynchronous call for StereoBeliefPropagati...
2010-07-28 Vladislav Vinogradovadded gpu belief propagation stereo matching
2010-07-27 Andrey Morozovimplemented asynchronous call for StereoBM()
2010-07-26 Anatoly Baksheevrefactoring and minor code improvements
2010-07-26 Andrey Morozovimplemented asynchronous call for GpuMat::upload()...
2010-07-26 Andrey Morozovimplemented asynchronous call for gpumat::setTo(),...
2010-07-23 Anatoly Baksheevimgproc_gpu - minor refactoring
2010-07-23 Vladislav VinogradovAdded implementation of remap on GPU. Minor fixes of...
2010-07-22 Anatoly BaksheevVariable winSize for StereoBP_GPU
2010-07-20 Anatoly Baksheevprefilter_xsobel option added to stereobm_gpu
2010-07-19 Anatoly Baksheevcompilation with no cuda re factored
2010-07-15 Anatoly Baksheevadded support to build without cuda.
2010-07-15 Anatoly Baksheevminor changes in gpu code (initialization interface)
2010-07-14 Anatoly BaksheevFirst gpu code draft. Interface might be significantly...