Functions
contrib/mul/vil3d/algo/vil3d_histogram_equalise.h File Reference

Apply histogram equalisation to images. More...

#include <vil3d/vil3d_image_view.h>
#include <vxl_config.h>

Go to the source code of this file.

Functions

void vil3d_histogram_equalise (vil3d_image_view< vxl_byte > &image)
 Apply histogram equalisation to given image.

Detailed Description

Apply histogram equalisation to images.

Author:
Tim Cootes

Definition in file vil3d_histogram_equalise.h.


Function Documentation

void vil3d_histogram_equalise ( vil3d_image_view< vxl_byte > &  image)

Apply histogram equalisation to given image.

Definition at line 10 of file vil3d_histogram_equalise.cxx.