opencv/modules/gpu
Vladislav Vinogradov 49ec8ba742 fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast.
changed buffer type in linear filters to float.
added support of 1 channel image to linear filters.
added support of BORDER_REFLECT101, BORDER_REPLICATE and BORDER_CONSTANT border type to gpu linear filters.
minor fix in tests.
update comments in gpu.hpp.
2010-12-13 08:43:04 +00:00
..
include/opencv2/gpu fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast. 2010-12-13 08:43:04 +00:00
src fixed bug in gpu filter engine (incorrect buffer type) and in vector's saturate_cast. 2010-12-13 08:43:04 +00:00
CMakeLists.txt added support of CV_TM_CCORR (via FFT) into gpu::matchTemplate (versions both with block and without blocks) 2010-12-08 13:03:53 +00:00
FindNPP.cmake temporary removed VERSION_VAR (because this requires cmake 2.8.3) 2010-11-28 11:12:35 +00:00