contrib/oxl/osl/osl_easy_canny.h
Go to the documentation of this file.
00001 // This is oxl/osl/osl_easy_canny.h
00002 #ifndef osl_easy_canny_h_
00003 #define osl_easy_canny_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 // .NAME osl_easy_canny
00008 // .INCLUDE osl/osl_easy_canny.h
00009 // .FILE osl_easy_canny.cxx
00010 // \author fsm
00011 
00012 #include <vcl_list.h>
00013 class osl_edge;
00014 class vil1_image;
00015 
00016 // 0: oxford
00017 // 1: rothwell1
00018 // 2: rothwell2
00019 void osl_easy_canny(int which_canny,
00020                     vil1_image const &image,
00021                     vcl_list<osl_edge*> *edges,
00022                     double sigma = 0);
00023 
00024 #endif // osl_easy_canny_h_