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