00001 // This is core/vil1/vil1_crop.h 00002 #ifndef vil1_crop_h_ 00003 #define vil1_crop_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 //: 00008 // \file 00009 // \author awf@robots.ox.ac.uk 00010 // \date 16 Feb 00 00011 00012 #include <vil1/vil1_fwd.h> 00013 00014 //: Crop to a region of SRC. 00015 vil1_image vil1_crop(vil1_image SRC, int x0, int y0, int w, int h); 00016 00017 #endif // vil1_crop_h_
1.5.1