Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
af_err af_erode3(af_array *out, const af_array in, const af_array mask) {
199
return morph3d(out, in, mask, false);
200
}
Callers
3
morphTest
Function · 0.50
morph3DMaskTest
Function · 0.50
erode3
Function · 0.50
Calls
1
morph3d
Function · 0.70
Tested by
no test coverage detected