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

Function merge64s

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

Source from the content-addressed store, hash-verified

187}
188
189static void merge64s(const int64** src, int64* dst, int len, int cn )
190{
191 merge_(src, dst, len, cn);
192}
193
194typedef void (*SplitFunc)(const uchar* src, uchar** dst, int len, int cn);
195typedef void (*MergeFunc)(const uchar** src, uchar* dst, int len, int cn);

Callers

nothing calls this directly

Calls 1

merge_Function · 0.85

Tested by

no test coverage detected