added min/max filters to gpu module.
authorVladislav Vinogradov <no@email>
Mon, 11 Oct 2010 08:54:28 +0000 (08:54 +0000)
committerVladislav Vinogradov <no@email>
Mon, 11 Oct 2010 08:54:28 +0000 (08:54 +0000)
commit3e840cb7985609c5573153dbaf38216869240ba8
tree2f2419e322eb54e0b9471ba6c37644bcd99b0c18
parent1cf405d8a46bea006bc76568b478075b3d39bd20
added min/max filters to gpu module.
added supports of 4-channels image to gpu::minMax and gpu::cvtColor for RGB <-> YCrCB, RGB <-> YUV and RGB <-> XYZ color conversion.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/cuda/color.cu
modules/gpu/src/filtering_npp.cpp
modules/gpu/src/imgproc_gpu.cpp