Fixed support of translation in the GPU-based plane warper
[profile/ivi/opencv.git] / modules / gpu / include / opencv2 / gpu / gpu.hpp
2011-10-03 Alexey SpizhevoyFixed support of translation in the GPU-based plane...
2011-09-28 Vladislav Vinogradovoptimized gpu filters, added buffered version for diffe...
2011-09-27 Vladislav Vinogradovimplemented optimized version of bf_radius_match for...
2011-09-22 Vladislav Vinogradovimplemented gpu::reduce
2011-09-21 Vladislav Vinogradovimplemented gpu::addWeighted
2011-09-21 Vladislav Vinogradovimplemented gpu::copyMakeBorder for all border modes
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-07 Vladislav Vinogradovadded performance tests for gpu module
2011-09-05 Vladislav Vinogradovoptimized gpu::remap (use texture memory if possible...
2011-09-05 Vladislav Vinogradovadded GpuFeature assertion to gpu::Canny
2011-08-31 Vladislav Vinogradovimplemented gpu::remap for all types
2011-08-24 Vladislav Vinogradovoptimized gpu pyrDown and pyrUp
2011-08-10 Vladislav Vinogradovadded registerPageLocked/unregisterPageLocked functions
2011-08-09 Vladislav Vinogradovminor stitching optimization (improve buffer reuse)
2011-08-09 Vladislav Vinogradovmoved GpuMat class to separate header file
2011-08-08 Vladislav Vinogradovadded buffered version of cornerHarris, cornerMinEigenV...
2011-08-08 Vladislav Vinogradovadded gpu::Canny function
2011-08-02 Vladislav Vinogradovadded gpu::equalizeHist function
2011-08-01 Vladislav Vinogradovadded gpu::calcHist function
2011-08-01 Vladislav Vinogradovadded buffered version of pyrDown and pyrUp
2011-07-21 Anatoly Baksheevadded cv::gpu::pow, ticket #1227
2011-07-01 Alexey Spizhevoyadded gpu::buildWarpPlaneMaps and gpu::buildWarpCylindr...
2011-06-30 Alexey SpizhevoyGPU: updated upsample, downsample functions, added...
2011-06-29 Vladislav Vinogradovrefactored gpu module tests
2011-06-11 Anatoly Baksheev~40 warnings under VS2008
2011-06-09 Vladislav Vinogradovminor fix
2011-06-01 Vladislav Vinogradovadded resetDevice function, removed MultiGpuManager
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-05-23 Vladislav Vinogradovminor optimization of SURF_GPU (reduce memory transfers...
2011-05-21 Vadim Pisarevskyfixed several typos, including the old ones from ticket...
2011-05-16 Vladislav Vinogradovadded support of Hamming distance to BruteForceMatcher_GPU
2011-04-08 Alexey Spizhevoyadded downsample function into gpu module, refactored...
2011-04-08 Alexey Spizhevoyadded blendLinear into gpu module
2011-04-07 Anton Obukhov[~] Refactored, cleaned up, and consolidated the code...
2011-03-30 Anatoly Baksheevfixed extra memory allocations.
2011-03-28 Vladislav Vinogradovfixed SURF_GPU bug (features count > max dimension...
2011-03-17 Vladislav Vinogradovadded upright parameter to SURF_GPU
2011-03-10 Vladislav Vinogradovmade GPU version of SURF more consistent with CPU one
2011-03-07 Alexey Spizhevoymake GPU version of solvePnPRansac more consistent...
2011-02-28 Alexey Spizhevoyparallelized hypotheses evaluation cycle in gpu::solveP...
2011-02-28 Alexey Spizhevoyadded gpu::solvePnpRansac
2011-02-22 Alexey Spizhevoyadded asynchronous versions of transform- and projectPo...
2011-02-21 Alexey Spizhevoyadded projectPoints and transformPoints into GPU module
2011-02-15 Anatoly Baksheevminor + warnings
2011-02-15 Alexey Spizhevoyrenamed GpuFeature into FeatureSet and updated docs
2011-02-15 Alexey Spizhevoyrefactoring of GPU module
2011-02-15 Anatoly Baksheevfixed some warnings
2011-02-15 Alexey Spizhevoyadded init() function into MultiGpuMgr, added samples
2011-02-15 Alexey Spizhevoyfixed multi GPU API, added driver_api prefix to multi...
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2011-02-14 Alexey Spizhevoyfixed GPU samples and MultiGpuMgr
2011-02-14 Alexey Spizhevoyadded draft version of MultiGpuMgr (it isn't tested...
2011-02-09 Alexey Spizhevoyrenamed gpu::DeviceInfo::has into gpu::DeviceInfo:...
2011-02-03 Alexey Spizhevoyfixed some warnings and errors under g++
2011-02-02 Alexey Spizhevoyfixed gpu::sum* on CC1.0, updated some tests
2011-02-01 Alexey Spizhevoyadded buffered version of norm, updated performance...
2011-01-31 Alexey Spizhevoyadded absSum function
2011-01-31 Vladislav Vinogradovfixed gpu tests (BruteForceMatcher_GPU, divide, phase...
2011-01-31 Alexey Spizhevoyadded buffered version of gpu::integral function and...
2011-01-28 Alexey Spizhevoyreafactoring: replaced query device props functions...
2011-01-27 Alexey Spizhevoyreplaced has* methods in the GPU module with the Target...
2011-01-26 Vladislav Vinogradovfixed BruteForceMatcher_GPU (fails if input data is...
2011-01-24 Vladislav Vinogradovadded gpu threshold.
2011-01-20 Alexey Spizhevoyupdated main CMakeLists.txt gpu module section, now...
2011-01-19 Alexey Spizhevoyrefactored gpu module
2011-01-18 Alexey Spizhevoyadded checkPtxVersion into gpu module
2011-01-18 Alexey Spizhevoyadded ensureSizeIsEnough into gpu module, updated reduc...
2011-01-18 Alexey Spizhevoyadded hasPtxFor and isCompatibleWith functions into...
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Vladislav Vinogradovadded docs for GPU Filter Engine
2011-01-13 Anatoly BaksheevFirst version of CascadeClassifier_GPU.
2011-01-12 Alexey Spizhevoycosmetic changes in gpu module, decreased matchTemplate...
2011-01-11 Alexey Spizhevoyupdated normalization routine in the matchTemplate...
2010-12-29 Alexey Spizhevoyrefactored hog, added camera support into hog_sample
2010-12-27 Alexey Spizhevoyadded buffered version of gpu::convolve
2010-12-27 Alexey Spizhevoyrefactored gpu::dft
2010-12-24 Alexey Spizhevoynow single row GPU matrix is continuous one, added...
2010-12-24 Alexey Spizhevoyminor changes in gpu module (comments and warnings)
2010-12-23 Alexey Spizhevoyadded gpu::dft implemented via CUFFT
2010-12-22 Alexey Spizhevoyadded mulSpectrums functions into GPU module
2010-12-22 Alexey Spizhevoymoved crossCorr (as NPP_Staging wrapper) into public...
2010-12-22 Alexey Spizhevoymoved sqrIntegral (NPP_Staging wrapper) into public...
2010-12-21 Vladislav Vinogradovadded gpu transpose and integral based on NPP Staging.
2010-12-20 Vladislav Vinogradovadded SURF_GPU.
2010-12-20 Alexey Spizhevoyrefactoring: moved gpu reduction-based functions into...
2010-12-20 Alexey Spizhevoyrefactoring: made gpu bitwise operations inline
2010-12-20 Alexey Spizhevoygpu module refactoring: moved per-element operations...
2010-12-17 Anatoly Baksheevtemporary added NPP_staging, functionality from the...
2010-12-13 Alexey Spizhevoyfixed some warning under Ubuntu in gpu module
2010-12-13 Alexey Spizhevoyadded gpu::sqrSum function
2010-12-13 Alexey Spizhevoyadded tests for gpu::sum, it supports all data types...
2010-12-13 Vladislav Vinogradovfixed bug in gpu filter engine (incorrect buffer type...
2010-12-10 Alexey Spizhevoyrefactored gpu module
2010-12-08 Alexey Spizhevoyadded gpu::columnSum, fixed compile error (if there...
2010-12-07 Alexey Spizhevoyminor refactoring of gpu module
2010-12-06 Alexey Spizhevoyadded first version of gpu::matchTemplate, currently...
2010-12-06 Vladislav Vinogradovadded BruteForceMatcher_GPU
2010-12-06 Vladislav Vinogradovadded per-element min/max to gpu module.
next