contrib/oxl/osl/osl_chamfer.h
Go to the documentation of this file.
00001 // This is oxl/osl/osl_chamfer.h
00002 #ifndef osl_chamfer_h_
00003 #define osl_chamfer_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \author fsm
00010 
00011 //: Chamfer transform routines taken from osl_edge_detector.
00012 void osl_chamfer_Forward (int,int,int**,float**);
00013 void osl_chamfer_Backward(int,int,int**,float**);
00014 void osl_chamfer_Alt1(int,int,int**,float**);
00015 void osl_chamfer_Alt2(int,int,int**,float**);
00016 
00017 // don't use this.
00018 int osl_Minimum4(int, int, int, int);
00019 
00020 #endif // osl_chamfer_h_