Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ merge8u
Function
merge8u
deps/opencv/modules/core/src/convert.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
static void merge8u(const uchar** src, uchar* dst, int len, int cn )
175
{
176
merge_(src, dst, len, cn);
177
}
178
179
static void merge16u(const ushort** src, ushort* dst, int len, int cn )
180
{
Callers
nothing calls this directly
Calls
1
merge_
Function · 0.85
Tested by
no test coverage detected