Functions
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, std::vector< double > &histo)
 Construct histogram from pixels in given image of bytes. More...
 

Detailed Description

Construct histogram from pixels in given image.

Author
Tim Cootes

Definition in file vil_histogram.cxx.

Function Documentation

◆ vil_histogram_byte()

void vil_histogram_byte ( const vil_image_view< vxl_byte > &  image,
std::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.