core/vil1/vil1_crop.cxx

Go to the documentation of this file.
00001 // This is core/vil1/vil1_crop.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 //
00006 // vil1_crop
00007 // Author: Andrew W. Fitzgibbon, Oxford RRG
00008 // Created: 16 Feb 00
00009 //
00010 //-----------------------------------------------------------------------------
00011 
00012 #include "vil1_crop.h"
00013 
00014 #include <vil1/vil1_crop_image_impl.h>
00015 #include <vil1/vil1_image.h>
00016 
00017 vil1_image vil1_crop(vil1_image SRC, int x0, int y0, int w, int h)
00018 {
00019   return new vil1_crop_image_impl(SRC, x0, y0, w, h);
00020 }

Generated on Mon Oct 6 05:08:15 2008 for core/vil1 by  doxygen 1.5.1