![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <pixelpipe.h>
Data Fields | |
uint32_t | bins_count |
uint32_t | pixels |
uint32_t | ch |
uint32_t dt_dev_histogram_stats_t::bins_count |
count of histogram bins.
Referenced by _compute_correction(), collect_histogram_on_CPU(), dt_histogram_max_helper(), dt_histogram_worker(), and dt_iop_levels_compute_levels_automatic().
uint32_t dt_dev_histogram_stats_t::ch |
count of channels: 1 for RAW, 3 for rgb/Lab.
Referenced by _compute_correction(), _deflicker_prepare_histogram(), and dt_histogram_helper().
uint32_t dt_dev_histogram_stats_t::pixels |
count of pixels sampled during histogram capture.
Referenced by _compute_correction(), dt_histogram_worker(), and dt_iop_levels_compute_levels_automatic().