MCPcopy 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
602void 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
611void cv::gpu::GpuMat::copyTo(GpuMat& m) const
612{

Callers 1

MatMethod · 0.80

Calls 6

gpuFuncTableFunction · 0.85
emptyFunction · 0.50
sizeFunction · 0.50
typeFunction · 0.50
createMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected