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

Function transform_16s

deps/opencv/modules/core/src/matmul.cpp:1625–1629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625static void
1626transform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn)
1627{
1628 transform_(src, dst, m, len, scn, dcn);
1629}
1630
1631static void
1632transform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn)

Callers

nothing calls this directly

Calls 1

transform_Function · 0.85

Tested by

no test coverage detected