MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / Norm

Method Norm

IPL/src/processes/IPLCanny.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70double IPLCanny::Norm ( double x, double y )
71{
72 return sqrt ( (x*x + y*y) );
73}
74
75void IPLCanny::trace( int x, int y, double lowThreshold, IPLOrientedImage* dI, IPLImagePlane* image )
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected