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

Function medfilt1

src/api/c/filters.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template<typename T>
32static af_array medfilt1(af_array const &in, dim_t w_wid,
33 af_border_type edge_pad) {
34 return getHandle<T>(
35 medfilt1<T>(getArray<T>(in), static_cast<int>(w_wid), edge_pad));
36}
37
38af_err af_medfilt1(af_array *out, const af_array in, const dim_t wind_width,
39 const af_border_type edge_pad) {

Callers 2

TESTFunction · 0.50
gforFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected