| 68 | } |
| 69 | |
| 70 | double IPLCanny::Norm ( double x, double y ) |
| 71 | { |
| 72 | return sqrt ( (x*x + y*y) ); |
| 73 | } |
| 74 | |
| 75 | void IPLCanny::trace( int x, int y, double lowThreshold, IPLOrientedImage* dI, IPLImagePlane* image ) |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected