Optimized buffers reuse in gpu module:
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 26 Oct 2012 11:49:39 +0000 (15:49 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 12 Nov 2012 06:30:35 +0000 (10:30 +0400)
commitafff9cf71634a96a491fdc7d195e267ba126871e
tree592699147c4777393e6b1798f0c2e8ca72e395d4
parent810829f32ee604433cf99cbc679139e20407f938
Optimized buffers reuse in gpu module:

ensureSizeIsEnough now doesn't reallocate memory, if buffer is small submat of big matrix
fixed createContinous according new changes
modules/core/include/opencv2/core/gpumat.hpp
modules/core/src/gpumat.cpp
modules/gpu/test/test_gpumat.cpp