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

Function af_erode

src/api/c/morph.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190af_err af_erode(af_array *out, const af_array in, const af_array mask) {
191 return morph(out, in, mask, false);
192}
193
194af_err af_dilate3(af_array *out, const af_array in, const af_array mask) {
195 return morph3d(out, in, mask, true);

Callers 6

af_minfiltFunction · 0.70
morphTestFunction · 0.50
morphImageTestFunction · 0.50
morphInputTestFunction · 0.50
morphMaskTestFunction · 0.50
erodeFunction · 0.50

Calls 1

morphFunction · 0.70

Tested by

no test coverage detected