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

Function maxfilt

src/api/cpp/filters.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45array maxfilt(const array& in, const dim_t wind_length, const dim_t wind_width,
46 const borderType edge_pad) {
47 af_array out = 0;
48 AF_THROW(af_maxfilt(&out, in.get(), wind_length, wind_width, edge_pad));
49 return array(out);
50}
51
52} // namespace af

Callers 2

TESTFunction · 0.85
adaptiveThresholdFunction · 0.85

Calls 3

af_maxfiltFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected