added magnitudeSqr and rectStdDev to gpu module.
authorVladislav Vinogradov <no@email>
Wed, 13 Oct 2010 12:52:39 +0000 (12:52 +0000)
committerVladislav Vinogradov <no@email>
Wed, 13 Oct 2010 12:52:39 +0000 (12:52 +0000)
commit41246333591977f4780fb10f48a7b770bb6c1495
treeac448a209f887465958e2ebb392cf6d2ff898bd8
parentf4075e0168731c02c305664b7cd3f631cd66b92b
added magnitudeSqr and rectStdDev to gpu module.
added supports of CV_32SC2 source to gpu scalar arithm and float source to gpu::histRange.
minor fix of gpu tests.
16 files changed:
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/imgproc_gpu.cpp
tests/gpu/src/arithm.cpp
tests/gpu/src/filters.cpp
tests/gpu/src/gputest.hpp
tests/gpu/src/imgproc_gpu.cpp
tests/gpu/src/meanshift.cpp
tests/gpu/src/mssegmentation.cpp
tests/gpu/src/operator_async_call.cpp
tests/gpu/src/operator_copy_to.cpp
tests/gpu/src/split_merge.cpp
tests/gpu/src/stereo_bm.cpp
tests/gpu/src/stereo_bm_async.cpp
tests/gpu/src/stereo_bp.cpp
tests/gpu/src/stereo_csbp.cpp