Construct histogram from pixels in given image. More...
#include "vil_histogram.h"
Go to the source code of this file.
Functions | |
void | vil_histogram_byte (const vil_image_view< vxl_byte > &image, vcl_vector< double > &histo) |
Construct histogram from pixels in given image of bytes. |
Construct histogram from pixels in given image.
Definition in file vil_histogram.cxx.
void vil_histogram_byte | ( | const vil_image_view< vxl_byte > & | image, |
vcl_vector< double > & | histo | ||
) |
Construct histogram from pixels in given image of bytes.
Resulting histogram has 256 bins
Definition at line 10 of file vil_histogram.cxx.