MCPcopy 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
159static void split16u(const ushort* src, ushort** dst, int len, int cn )
160{
161 split_(src, dst, len, cn);
162}
163
164static 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