MCPcopy 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
593void 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
602void cv::gpu::GpuMat::download(Mat& m) const
603{

Callers

nothing calls this directly

Calls 6

createFunction · 0.85
gpuFuncTableFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45
typeMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected