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

Function dilate

src/api/cpp/morph.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace af {
15
16array dilate(const array& in, const array& mask) {
17 af_array out = 0;
18 AF_THROW(af_dilate(&out, in.get(), mask.get()));
19 return array(out);
20}
21
22array dilate3(const array& in, const array& mask) {
23 af_array out = 0;

Callers 9

morphTestFunction · 0.85
TESTFunction · 0.85
cppMorphImageTestFunction · 0.85
TESTFunction · 0.85
harris_demoFunction · 0.85
morphopenFunction · 0.85
morphcloseFunction · 0.85
morphgradFunction · 0.85
morphing_demoFunction · 0.85

Calls 3

af_dilateFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected