Functions
core/vil/algo/vil_histogram.cxx File Reference

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.

Detailed Description

Construct histogram from pixels in given image.

Author:
Tim Cootes

Definition in file vil_histogram.cxx.


Function Documentation

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.