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