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

Function af_iterative_deconv

src/api/unified/image.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265af_err af_iterative_deconv(af_array *out, const af_array in, const af_array ker,
266 const unsigned iterations, const float relax_factor,
267 const af_iterative_deconv_algo algo) {
268 CHECK_ARRAYS(in, ker);
269 CALL(af_iterative_deconv, out, in, ker, iterations, relax_factor, algo);
270}
271
272af_err af_inverse_deconv(af_array *out, const af_array in, const af_array psf,
273 const float gamma, const af_inverse_deconv_algo algo) {

Callers 1

iterDeconvImageTestFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected