Go to the documentation of this file.00001
00002 #ifndef osl_chamfer_h_
00003 #define osl_chamfer_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
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
00018 int osl_Minimum4(int, int, int, int);
00019
00020 #endif // osl_chamfer_h_