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

Function split32s

deps/opencv/modules/core/src/convert.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164static void split32s(const int* src, int** dst, int len, int cn )
165{
166 split_(src, dst, len, cn);
167}
168
169static void split64s(const int64* src, int64** dst, int len, int cn )
170{

Callers

nothing calls this directly

Calls 1

split_Function · 0.85

Tested by

no test coverage detected