Functions
vil_histogram_equalise.h File Reference

Apply histogram equalisation to images. More...

#include <vil/vil_image_view.h>
#include <vxl_config.h>

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...
 

Detailed Description

Apply histogram equalisation to images.

Author
Tim Cootes

Definition in file vil_histogram_equalise.h.

Function Documentation

◆ vil_histogram_equalise() [1/2]

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.

◆ vil_histogram_equalise() [2/2]

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.