Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ EdgeDetectP
Method
EdgeDetectP
DevIL/cpp wrapper/il_wrap.cpp:507–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
506
507
ILboolean ilFilters::EdgeDetectP(ilImage &Image)
508
{
509
Image.Bind();
510
return iluEdgeDetectP();
511
}
512
513
514
ILboolean ilFilters::EdgeDetectS(ilImage &Image)
Callers
nothing calls this directly
Calls
1
Bind
Method · 0.45
Tested by
no test coverage detected