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

Function af_dilate

src/api/c/morph.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186af_err af_dilate(af_array *out, const af_array in, const af_array mask) {
187 return morph(out, in, mask, true);
188}
189
190af_err af_erode(af_array *out, const af_array in, const af_array mask) {
191 return morph(out, in, mask, false);

Callers 7

af_maxfiltFunction · 0.70
morphTestFunction · 0.50
morphImageTestFunction · 0.50
morphInputTestFunction · 0.50
morphMaskTestFunction · 0.50
TESTFunction · 0.50
dilateFunction · 0.50

Calls 1

morphFunction · 0.70

Tested by

no test coverage detected