contrib/tbl/vepl1/vepl1_convert.h
Go to the documentation of this file.
00001 #ifndef vepl1_convert_h_
00002 #define vepl1_convert_h_
00003 //:
00004 // \file
00005 // \brief convert between arbitrary image types
00006 //
00007 //   This class actually copies one image to an other, pixel-wise.
00008 //
00009 // \author Peter Vanroose, K.U.Leuven (ESAT/PSI)
00010 // \date   28 April 2001
00011 
00012 #include <vil1/vil1_image.h>
00013 
00014 //: convert between arbitrary image types
00015 template <class D>
00016 vil1_image vepl1_convert(vil1_image const& , D dummy);
00017 
00018 #ifdef INSTANTIATE_TEMPLATES
00019 #include "vepl1_convert.txx"
00020 #endif
00021 
00022 #endif // vepl1_convert_h_