TuttleOFX
1
|
#include <OverlayData.hpp>
Public Member Functions | |
Pixel_compute_histograms (bool_2d &selection, HistogramBufferData &data, const bool isSelectionMode) | |
double | round (const double x) const |
template<typename Pixel > | |
Pixel | operator() (const Pixel &p) |
Data Fields | |
HistogramBufferData & | _data |
bool_2d & | _imgBool |
std::ssize_t | _height |
std::ssize_t | _width |
std::ssize_t | _y |
std::ssize_t | _x |
bool | _isSelectionMode |
Definition at line 60 of file OverlayData.hpp.
tuttle::plugin::histogram::Pixel_compute_histograms::Pixel_compute_histograms | ( | bool_2d & | selection, |
HistogramBufferData & | data, | ||
const bool | isSelectionMode | ||
) | [inline] |
Definition at line 69 of file OverlayData.hpp.
Pixel tuttle::plugin::histogram::Pixel_compute_histograms::operator() | ( | const Pixel & | p | ) | [inline] |
Definition at line 88 of file OverlayData.hpp.
References tuttle::plugin::histogram::HistogramBufferData::_bufferAlpha, tuttle::plugin::histogram::HistogramBufferData::_bufferBlue, tuttle::plugin::histogram::HistogramBufferData::_bufferGreen, tuttle::plugin::histogram::HistogramBufferData::_bufferHue, tuttle::plugin::histogram::HistogramBufferData::_bufferLightness, tuttle::plugin::histogram::HistogramBufferData::_bufferRed, tuttle::plugin::histogram::HistogramBufferData::_bufferSaturation, _data, _imgBool, _isSelectionMode, tuttle::plugin::histogram::HistogramBufferData::_step, _width, _x, _y, boost::gil::color_convert(), and round().
double tuttle::plugin::histogram::Pixel_compute_histograms::round | ( | const double | x | ) | const [inline] |
Definition at line 82 of file OverlayData.hpp.
Referenced by operator()().
Definition at line 62 of file OverlayData.hpp.
Referenced by operator()().
Definition at line 64 of file OverlayData.hpp.
Definition at line 63 of file OverlayData.hpp.
Referenced by operator()().
Definition at line 67 of file OverlayData.hpp.
Referenced by operator()().
Definition at line 65 of file OverlayData.hpp.
Referenced by operator()().
Definition at line 66 of file OverlayData.hpp.
Referenced by operator()().
Definition at line 66 of file OverlayData.hpp.
Referenced by operator()().