![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <pixelpipe.h>
Collaboration diagram for dt_dev_histogram_collection_params_t:Data Fields | |
| const struct dt_histogram_roi_t * | roi |
| uint32_t | bins_count |
| float | mul |
| uint32_t dt_dev_histogram_collection_params_t::bins_count |
count of histogram bins.
Referenced by _deflicker_prepare_histogram(), commit_params(), and dt_histogram_worker().
| float dt_dev_histogram_collection_params_t::mul |
in most cases, bins_count-1.
Referenced by dt_histogram_worker().
| const struct dt_histogram_roi_t* dt_dev_histogram_collection_params_t::roi |
histogram_collect: if NULL, correct is set; else should be set manually
Referenced by _deflicker_prepare_histogram(), dt_histogram_helper_cs_RAW_uint16(), dt_histogram_worker(), histogram_collect(), histogram_helper_cs_Lab(), histogram_helper_cs_Lab_LCh(), histogram_helper_cs_RAW(), histogram_helper_cs_rgb(), and histogram_helper_cs_rgb_compensated().