![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <common.h>
Collaboration diagram for _hl_region_t:Data Fields | |
| int | x0 |
| int | y0 |
| int | x1 |
| int | y1 |
| int | rx0 |
| int | ry0 |
| int | rx1 |
| int | ry1 |
| int | pad |
| float | radius |
Definition at line 195 of file src/iop/highlights/common.h.
| int _hl_region_t::pad |
Definition at line 199 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| float _hl_region_t::radius |
Definition at line 200 of file src/iop/highlights/common.h.
Referenced by _aniso_chroma(), _cf_reconstruct(), _joint_core(), _region_guided_filter_cl_selftest(), _segment_clipped_regions(), and _selfdome().
| int _hl_region_t::rx0 |
Definition at line 198 of file src/iop/highlights/common.h.
Referenced by _region_composite(), _region_gather(), _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::rx1 |
Definition at line 198 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::ry0 |
Definition at line 198 of file src/iop/highlights/common.h.
Referenced by _region_composite(), _region_gather(), _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::ry1 |
Definition at line 198 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::x0 |
Definition at line 197 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::x1 |
Definition at line 197 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::y0 |
Definition at line 197 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().
| int _hl_region_t::y1 |
Definition at line 197 of file src/iop/highlights/common.h.
Referenced by _region_guided_filter(), _region_guided_filter_cl_selftest(), and _segment_clipped_regions().