MCPcopy 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
34array 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_erode3Function · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected