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

Function af_dilate3

src/api/c/morph.cpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194af_err af_dilate3(af_array *out, const af_array in, const af_array mask) {
195 return morph3d(out, in, mask, true);
196}
197
198af_err af_erode3(af_array *out, const af_array in, const af_array mask) {
199 return morph3d(out, in, mask, false);

Callers 3

morphTestFunction · 0.50
morph3DMaskTestFunction · 0.50
dilate3Function · 0.50

Calls 1

morph3dFunction · 0.70

Tested by

no test coverage detected