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

Function erode

src/api/cpp/morph.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28array erode(const array& in, const array& mask) {
29 af_array out = 0;
30 AF_THROW(af_erode(&out, in.get(), mask.get()));
31 return array(out);
32}
33
34array erode3(const array& in, const array& mask) {
35 af_array out = 0;

Callers 10

morphTestFunction · 0.85
TESTFunction · 0.85
cppMorphImageTestFunction · 0.85
gforFunction · 0.85
TESTFunction · 0.85
boundaryFunction · 0.85
morphopenFunction · 0.85
morphcloseFunction · 0.85
morphgradFunction · 0.85
morphing_demoFunction · 0.85

Calls 3

af_erodeFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected