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

Function transform_32s

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

Source from the content-addressed store, hash-verified

1629}
1630
1631static void
1632transform_32s(const int* src, int* dst, const double* m, int len, int scn, int dcn)
1633{
1634 transform_(src, dst, m, len, scn, dcn);
1635}
1636
1637static void
1638transform_64f(const double* src, double* 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