00001 // This is core/vil1/vil1_flip_components.h 00002 #ifndef vil1_flip_components_h_ 00003 #define vil1_flip_components_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 //: 00008 // \file 00009 // \brief swap the "R" and "B" colour components of an image 00010 // \author Peter Vanroose, ESAT, KULeuven. 00011 00012 #include <vil1/vil1_image.h> 00013 00014 //: swap the "R" and "B" colour components of an image 00015 vil1_image vil1_flip_components(vil1_image const &); 00016 00017 #endif // vil1_flip_components_h_
1.5.1