Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

canny_Filter::canny_Filter uint32_t  lowThreshold = 40,
uint32_t  highThreshold = 120
 

This is the constructor for the canny_Filter. If there are no values passed in the parameter list the default values for the thresholds are used.

Parameters:
lowThreshold (default : 40) If the sum of the gradient approximation is less than or equal to the low threshold it isn't an edge.
highThreshold (default : 120 If the sum of the gradient approximation is greater than or equal to the high threshold it is an edge.

Definition at line 44 of file canny_Filter.cpp.





Copyright (C) 2002 - 2007 Philip D.S. Thoren ( pthoren@users.sourceforge.net )
University Of Massachusetts at Lowell
Robotics Lab
SourceForge.net Logo

Generated on Sat Jun 16 02:44:31 2007 for phission by  doxygen 1.4.4