Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
BinaryFunc getCopyMaskFunc(size_t esz)
202
{
203
return esz <= 32 && copyMaskTab[esz] ? copyMaskTab[esz] : copyMaskGeneric;
204
}
205
206
/* dst = src */
207
void Mat::copyTo( OutputArray _dst ) const
Callers
4
binary_op
Function · 0.85
arithm_op
Function · 0.85
copyTo
Method · 0.85
copy.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected