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

Method EdgeDetectP

DevIL/include/IL/devil_cpp_wrapper.hpp:640–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640ILboolean ilFilters::EdgeDetectP(ilImage &Image)
641{
642 Image.Bind();
643 return iluEdgeDetectP();
644}
645
646ILboolean ilFilters::EdgeDetectS(ilImage &Image)
647{

Callers

nothing calls this directly

Calls 1

BindMethod · 0.45

Tested by

no test coverage detected