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

Function af_erode3

src/api/c/morph.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198af_err af_erode3(af_array *out, const af_array in, const af_array mask) {
199 return morph3d(out, in, mask, false);
200}

Callers 3

morphTestFunction · 0.50
morph3DMaskTestFunction · 0.50
erode3Function · 0.50

Calls 1

morph3dFunction · 0.70

Tested by

no test coverage detected