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

Function convertTo

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

Source from the content-addressed store, hash-verified

738namespace cv { namespace gpu
739{
740 void convertTo(const GpuMat& src, GpuMat& dst)
741 {
742 gpuFuncTable()->convert(src, dst);
743 }
744
745 void convertTo(const GpuMat& src, GpuMat& dst, double alpha, double beta, cudaStream_t stream)
746 {

Callers 8

convertToMethod · 0.70
convertToMethod · 0.70
copyToMethod · 0.70
assignToMethod · 0.50
Vec<_Tp, n>Function · 0.50
Matx<_Tp, m, n>Function · 0.50
assignToMethod · 0.50
detectImplMethod · 0.50

Calls 2

gpuFuncTableFunction · 0.85
convertMethod · 0.45

Tested by

no test coverage detected