Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ split16u
Function
split16u
deps/opencv/modules/core/src/convert.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
static void split16u(const ushort* src, ushort** dst, int len, int cn )
160
{
161
split_(src, dst, len, cn);
162
}
163
164
static void split32s(const int* src, int** dst, int len, int cn )
165
{
Callers
nothing calls this directly
Calls
1
split_
Function · 0.85
Tested by
no test coverage detected