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. | |
Construct histogram from pixels in given image.
Definition in file vil3d_histogram.cxx.
| 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.
1.7.5.1