Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ EdgeDetectS
Method
EdgeDetectS
DevIL/cpp wrapper/il_wrap.cpp:514–518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
513
514
ILboolean ilFilters::EdgeDetectS(ilImage &Image)
515
{
516
Image.Bind();
517
return iluEdgeDetectS();
518
}
519
520
521
ILboolean ilFilters::Emboss(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected