Functions
contrib/mul/vil3d/algo/vil3d_histogram.cxx File Reference

Construct histogram from pixels in given image. More...

#include "vil3d_histogram.h"

Go to the source code of this file.

Functions

void vil3d_histogram_byte (const vil3d_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 vil3d_histogram.cxx.


Function Documentation

void vil3d_histogram_byte ( const vil3d_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 vil3d_histogram.cxx.