Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ BlurAvg
Method
BlurAvg
DevIL/include/IL/devil_cpp_wrapper.hpp:616–620 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
ILboolean ilFilters::BlurAvg(ilImage &Image, ILuint Iter)
617
{
618
Image.Bind();
619
return iluBlurAvg(Iter);
620
}
621
622
ILboolean ilFilters::BlurGaussian(ilImage &Image, ILuint Iter)
623
{
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected