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

Function diagtransform_32s

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

Source from the content-addressed store, hash-verified

1712}
1713
1714static void
1715diagtransform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn)
1716{
1717 diagtransform_(src, dst, m, len, scn, dcn);
1718}
1719
1720static void
1721diagtransform_32f(const float* src, float* dst, const float* m, int len, int scn, int dcn)

Callers

nothing calls this directly

Calls 1

diagtransform_Function · 0.85

Tested by

no test coverage detected