enum P1::ImageSdk::HistogramType

Declare data type of each histogram channel.

#include <P1ImageHistogram.hpp>

enum HistogramType
{
    None,
    RGB,
    RGB_L,
    Bayer,
};