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

Function dilate3

src/api/cpp/morph.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22array dilate3(const array& in, const array& mask) {
23 af_array out = 0;
24 AF_THROW(af_dilate3(&out, in.get(), mask.get()));
25 return array(out);
26}
27
28array erode(const array& in, const array& mask) {
29 af_array out = 0;

Callers

nothing calls this directly

Calls 3

af_dilate3Function · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected