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

Function DFT_32f

deps/opencv/modules/core/src/dxt.cpp:1423–1430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421 const void* spec, void* buf, int inv, double scale );
1422
1423static void DFT_32f( const Complexf* src, Complexf* dst, int n,
1424 int nf, const int* factors, const int* itab,
1425 const Complexf* wave, int tab_size,
1426 const void* spec, Complexf* buf,
1427 int flags, double scale )
1428{
1429 DFT(src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale);
1430}
1431
1432static void DFT_64f( const Complexd* src, Complexd* dst, int n,
1433 int nf, const int* factors, const int* itab,

Callers

nothing calls this directly

Calls 1

DFTFunction · 0.85

Tested by

no test coverage detected