vil_histogram_equalise.h
Go to the documentation of this file.
1 #ifndef vil_histogram_equalise_h_
2 #define vil_histogram_equalise_h_
3 //:
4 // \file
5 // \brief Apply histogram equalisation to images
6 // \author Tim Cootes
7 
8 #include <vil/vil_image_view.h>
9 #include <vxl_config.h>
10 
11 //: Apply histogram equalisation to given byte image
12 // \relatesalso vil_image_view
14 
15 //: Apply histogram equalisation to given float image
16 // \relatesalso vil_image_view
18 
19 #endif // vil_histogram_equalise_h_
void vil_histogram_equalise(vil_image_view< vxl_byte > &image)
Apply histogram equalisation to given byte image.
Concrete view of image data of type T held in memory.
Definition: vil_fwd.h:13
A base class reference-counting view of some image data.