MCPcopy Create free account
hub / github.com/creatale/node-dv / copyTo

Method copyTo

deps/opencv/modules/core/src/gpumat.cpp:611–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void cv::gpu::GpuMat::copyTo(GpuMat& m) const
612{
613 CV_DbgAssert(!empty());
614
615 m.create(size(), type());
616
617 gpuFuncTable()->copy(*this, m);
618}
619
620void cv::gpu::GpuMat::copyTo(GpuMat& mat, const GpuMat& mask) const
621{

Callers

nothing calls this directly

Calls 9

gpuFuncTableFunction · 0.85
emptyFunction · 0.50
sizeFunction · 0.50
typeFunction · 0.50
createMethod · 0.45
copyMethod · 0.45
emptyMethod · 0.45
setToMethod · 0.45
copyWithMaskMethod · 0.45

Tested by

no test coverage detected