MCPcopy Create free account
hub / github.com/DentonW/DevIL / EdgeDetectE

Method EdgeDetectE

DevIL/include/IL/devil_cpp_wrapper.hpp:634–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634ILboolean ilFilters::EdgeDetectE(ilImage &Image)
635{
636 Image.Bind();
637 return iluEdgeDetectP();
638}
639
640ILboolean ilFilters::EdgeDetectP(ilImage &Image)
641{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected