Apply histogram equalisation to given image. More...
Go to the source code of this file.
Functions | |
| void | vil_histogram_equalise (vil_image_view< vxl_byte > &image) |
| Apply histogram equalisation to given byte image. More... | |
| void | vil_histogram_equalise (vil_image_view< float > &image) |
| Apply histogram equalisation to given float image. More... | |
Apply histogram equalisation to given image.
Definition in file vil_histogram_equalise.cxx.
| void vil_histogram_equalise | ( | vil_image_view< vxl_byte > & | image | ) |
Apply histogram equalisation to given byte image.
Definition at line 12 of file vil_histogram_equalise.cxx.
| void vil_histogram_equalise | ( | vil_image_view< float > & | image | ) |
Apply histogram equalisation to given float image.
Definition at line 47 of file vil_histogram_equalise.cxx.
1.8.15