core/vil/algo/vil_histogram_equalise.h
Go to the documentation of this file.
00001 #ifndef vil_histogram_equalise_h_
00002 #define vil_histogram_equalise_h_
00003 //:
00004 //  \file
00005 //  \brief Apply histogram equalisation to images
00006 //  \author Tim Cootes
00007 
00008 #include <vil/vil_image_view.h>
00009 #include <vxl_config.h>
00010 
00011 //: Apply histogram equalisation to given image
00012 //  \relatesalso vil_image_view
00013 void vil_histogram_equalise(vil_image_view<vxl_byte>& image);
00014 
00015 
00016 #endif // vil_histogram_equalise_h_