Fixed support of translation in the GPU-based plane warper
[profile/ivi/opencv.git] / modules / gpu / src / imgproc.cpp
2011-10-03 Alexey SpizhevoyFixed support of translation in the GPU-based plane...
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 Vinogradovadded check if src.size() == dst.size() to gpu::resize
2011-09-12 Vladislav Vinogradovimplemented gpu::resize for all types
2011-09-06 Vladislav Vinogradovadded bicubic interpolation to gpu::remap
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 Vinogradovadded BORDER_REFLECT and BORDER_WRAP support to gpu...
2011-08-31 Vladislav Vinogradovimplemented gpu::remap for all types
2011-08-24 Vladislav Vinogradovoptimized gpu pyrDown and pyrUp
2011-08-08 Vladislav Vinogradovadded buffered version of cornerHarris, cornerMinEigenV...