meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for...
authorKirill Kornyakov <no@email>
Fri, 3 Sep 2010 14:32:12 +0000 (14:32 +0000)
committerKirill Kornyakov <no@email>
Fri, 3 Sep 2010 14:32:12 +0000 (14:32 +0000)
commitec7e93748110b6816ef75445639c029eb1584d6e
tree672d077adfebad04c85117d3e930e8baf850a9e7
parent2154a0ce633aea07964f964fd80d50e0888a5177
meanShiftFiltering_GPU output parameters changed to CV_8UC4. This is a start for moving from 3 channel to C4 images within GPU module.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/imgproc.cu
modules/gpu/src/imgproc_gpu.cpp
tests/gpu/src/meanshift.cpp
tests/gpu/src/stereo_bp.cpp