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

Function diagtransform_16s

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

Source from the content-addressed store, hash-verified

1706}
1707
1708static void
1709diagtransform_16s(const short* src, short* dst, const float* m, int len, int scn, int dcn)
1710{
1711 diagtransform_(src, dst, m, len, scn, dcn);
1712}
1713
1714static void
1715diagtransform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn)

Callers

nothing calls this directly

Calls 1

diagtransform_Function · 0.85

Tested by

no test coverage detected