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

Function diagtransform_32f

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

Source from the content-addressed store, hash-verified

1718}
1719
1720static void
1721diagtransform_32f(const float* src, float* dst, const float* m, int len, int scn, int dcn)
1722{
1723 diagtransform_(src, dst, m, len, scn, dcn);
1724}
1725
1726static void
1727diagtransform_64f(const double* src, double* 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