MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / inverseDeconv

Function inverseDeconv

src/api/cpp/deconvolution.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24array inverseDeconv(const array& in, const array& psf, const float gamma,
25 const inverseDeconvAlgo algo) {
26 af_array temp = 0;
27 AF_THROW(af_inverse_deconv(&temp, in.get(), psf.get(), gamma, algo));
28 return array(temp);
29}
30} // namespace af

Callers 1

mainFunction · 0.85

Calls 3

af_inverse_deconvFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected