Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ filter
Function
filter
src/api/cpp/convolve.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
array filter(const array &image, const array &kernel) {
89
return convolve(image, kernel, AF_CONV_DEFAULT, AF_CONV_AUTO);
90
}
91
92
} // namespace af
Callers
nothing calls this directly
Calls
1
convolve
Function · 0.70
Tested by
no test coverage detected