Lagrange
ImageHistogram Struct Reference

A struct for storing an image histogram. More...

#include <lagrange/image/image_utils.h>

Public Attributes

std::vector< int > counts
 Counts of each histogram bin.
 
std::vector< float > boundaries
 Boundaries of each bin.
 
float min_value
 Minimum pixel value in the image.
 
float max_value
 Maximum pixel value in the image.
 

Detailed Description

A struct for storing an image histogram.

ImageHistogram struct contains the counts of each bin, the boundaries of each bin and the overall minimum and maximum values of the image.


The documentation for this struct was generated from the following file: