implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added...
authorAlexey Spizhevoy <no@email>
Tue, 1 Feb 2011 10:23:10 +0000 (10:23 +0000)
committerAlexey Spizhevoy <no@email>
Tue, 1 Feb 2011 10:23:10 +0000 (10:23 +0000)
commit37951426048ab64ca0b5653ca956389436488c6d
tree79c8c35bd574c8066aceb64250b5df3dc8b4282c
parent566d19d7a7785b37ab9cc4994026b6433927cf3c
implemented gpu::norm via absSum, sqrSum, and minMax (removed norm_diff call), added support of other data types
doc/gpu_matrix_reductions.tex
modules/gpu/src/matrix_reductions.cpp
tests/gpu/src/imgproc_gpu.cpp