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