Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ upload
Method
upload
deps/opencv/modules/core/src/gpumat.cpp:593–600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
591
}
592
593
void cv::gpu::GpuMat::upload(const Mat& m)
594
{
595
CV_DbgAssert(!m.empty());
596
597
create(m.size(), m.type());
598
599
gpuFuncTable()->copy(m, *this);
600
}
601
602
void cv::gpu::GpuMat::download(Mat& m) const
603
{
Callers
nothing calls this directly
Calls
6
create
Function · 0.85
gpuFuncTable
Function · 0.85
empty
Method · 0.45
size
Method · 0.45
type
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected