Functions
contrib/tbl/vepl1/vepl1_histogram.cxx File Reference
#include "vepl1_histogram.h"
#include <vcl_iostream.h>
#include <vipl/accessors/vipl_accessors_vcl_vector.h>
#include <vipl/accessors/vipl_accessors_vil1_image.h>
#include <vipl/vipl_histogram.h>
#include <vil1/vil1_memory_image_of.h>
#include <vxl_config.h>

Go to the source code of this file.

Functions

vcl_vector< unsigned int > vepl1_histogram (vil1_image const &image)
 pixel value histogram of 2D image, stored in a 256x1 output image.

Function Documentation

vcl_vector<unsigned int> vepl1_histogram ( vil1_image const &  image)

pixel value histogram of 2D image, stored in a 256x1 output image.

Definition at line 10 of file vepl1_histogram.cxx.