Beispiel #1
0
static inline
void swap(GpuMat& a, GpuMat& b)
{
    a.swap(b);
}