Package pyvision :: Package edge :: Module canny
[hide private]
[frames] | no frames]

Module canny

source code

Classes [hide private]
  _TestCanny
Unit tests for the canny detector
Functions [hide private]
 
canny(im, threshold1=40.0, threshold2=100.0, aperture_size=3, sigma=None)
void cvCanny( const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size=3 );
source code
Variables [hide private]
  __package__ = 'pyvision.edge'