LibMultiSense
LibMultiSense Documentation
Loading...
Searching...
No Matches
multisense::ImageHistogram Struct Reference

A object containing histogram data for a image. More...

#include <MultiSenseTypes.hh>

Public Attributes

uint32_t channels = 0
 The number of channels per pixel.
 
uint32_t bins = 0
 The number of possible pixel bins.
 
std::vector< uint32_tdata {}
 The raw histogram counts whose size is equal to channels*bins.
 

Detailed Description

A object containing histogram data for a image.

Definition at line 301 of file MultiSenseTypes.hh.

Member Data Documentation

◆ bins

uint32_t multisense::ImageHistogram::bins = 0

The number of possible pixel bins.

Definition at line 311 of file MultiSenseTypes.hh.

◆ channels

uint32_t multisense::ImageHistogram::channels = 0

The number of channels per pixel.

Definition at line 306 of file MultiSenseTypes.hh.

◆ data

std::vector<uint32_t> multisense::ImageHistogram::data {}

The raw histogram counts whose size is equal to channels*bins.

Definition at line 316 of file MultiSenseTypes.hh.


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