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

Function diagtransform_8u

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

Source from the content-addressed store, hash-verified

1688}
1689
1690static void
1691diagtransform_8u(const uchar* src, uchar* dst, const float* m, int len, int scn, int dcn)
1692{
1693 diagtransform_(src, dst, m, len, scn, dcn);
1694}
1695
1696static void
1697diagtransform_8s(const schar* src, schar* 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