Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ erode3
Function
erode3
src/api/cpp/morph.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
array erode3(const array& in, const array& mask) {
35
af_array out = 0;
36
AF_THROW(af_erode3(&out, in.get(), mask.get()));
37
return array(out);
38
}
39
40
} // namespace af
Callers
nothing calls this directly
Calls
3
af_erode3
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected