00001 // This is oxl/osl/osl_canny_nms.h 00002 #ifndef osl_canny_nms_h_ 00003 #define osl_canny_nms_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 // .NAME osl_canny_nms 00008 // .INCLUDE osl/osl_canny_nms.h 00009 // .FILE osl_canny_nms.cxx 00010 // \author fsm 00011 00012 00013 unsigned int osl_canny_nms(int xsize_, int ysize_, 00014 float * const * dx_, float * const * dy_, float const * const * grad_, 00015 float * const *thick_, float * const * theta_); 00016 00017 #endif // osl_canny_nms_h_