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

Function getCopyMaskFunc

deps/opencv/modules/core/src/copy.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199};
200
201BinaryFunc getCopyMaskFunc(size_t esz)
202{
203 return esz <= 32 && copyMaskTab[esz] ? copyMaskTab[esz] : copyMaskGeneric;
204}
205
206/* dst = src */
207void Mat::copyTo( OutputArray _dst ) const

Callers 4

binary_opFunction · 0.85
arithm_opFunction · 0.85
copyToMethod · 0.85
copy.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected