Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ download
Method
download
deps/opencv/modules/core/src/gpumat.cpp:602–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
void cv::gpu::GpuMat::download(Mat& m) const
603
{
604
CV_DbgAssert(!empty());
605
606
m.create(size(), type());
607
608
gpuFuncTable()->copy(*this, m);
609
}
610
611
void cv::gpu::GpuMat::copyTo(GpuMat& m) const
612
{
Callers
1
Mat
Method · 0.80
Calls
6
gpuFuncTable
Function · 0.85
empty
Function · 0.50
size
Function · 0.50
type
Function · 0.50
create
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected