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

Function diagtransform_64f

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

Source from the content-addressed store, hash-verified

1724}
1725
1726static void
1727diagtransform_64f(const double* src, double* dst, const double* m, int len, int scn, int dcn)
1728{
1729 diagtransform_(src, dst, m, len, scn, dcn);
1730}
1731
1732
1733typedef void (*TransformFunc)( const uchar* src, uchar* dst, const uchar* m, int, int, int );

Callers

nothing calls this directly

Calls 1

diagtransform_Function · 0.85

Tested by

no test coverage detected