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

Function setTo

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

Source from the content-addressed store, hash-verified

748 }
749
750 void setTo(GpuMat& src, Scalar s, cudaStream_t stream)
751 {
752 gpuFuncTable()->setTo(src, s, cv::gpu::GpuMat(), stream);
753 }
754
755 void setTo(GpuMat& src, Scalar s, const GpuMat& mask, cudaStream_t stream)
756 {

Callers 3

gpumat.cppFile · 0.70
GpuMatMethod · 0.50
gpumat.hppFile · 0.50

Calls 3

gpuFuncTableFunction · 0.85
GpuMatClass · 0.85
setToMethod · 0.45

Tested by

no test coverage detected