コード例 #1
0
ファイル: cuda.inl.hpp プロジェクト: Achraf33/opencv
static inline
void swap(GpuMat& a, GpuMat& b)
{
    a.swap(b);
}