Functions
contrib/tbl/vepl/vepl_histogram.cxx File Reference
#include "vepl_histogram.h"
#include <vcl_iostream.h>
#include <vipl/accessors/vipl_accessors_vcl_vector.h>
#include <vepl/accessors/vipl_accessors_vil_image_view_base.h>
#include <vipl/vipl_histogram.h>
#include <vil/vil_pixel_format.h>
#include <vxl_config.h>

Go to the source code of this file.

Functions

vcl_vector< unsigned int > vepl_histogram (vil_image_resource_sptr image)
 pixel value histogram of 2D image, stored in a vector.

Function Documentation

vcl_vector<unsigned int> vepl_histogram ( vil_image_resource_sptr  image)

pixel value histogram of 2D image, stored in a vector.

Definition at line 10 of file vepl_histogram.cxx.