00001 #ifndef vil3d_histogram_equalise_h_ 00002 #define vil3d_histogram_equalise_h_ 00003 //: 00004 // \file 00005 // \brief Apply histogram equalisation to images 00006 // \author Tim Cootes 00007 00008 #include <vil3d/vil3d_image_view.h> 00009 #include <vxl_config.h> 00010 00011 //: Apply histogram equalisation to given image 00012 void vil3d_histogram_equalise(vil3d_image_view<vxl_byte>& image); 00013 00014 00015 #endif // vil3d_histogram_equalise_h_