![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "common/darktable.h"#include "develop/imageop.h"#include "develop/imageop_math.h"#include "iop/highlights/segmentation.h"#include <stdlib.h>#include <string.h>
Include dependency graph for segmentation.c:Go to the source code of this file.
Functions | |
| int | _segment_clipped_regions (const uint8_t *const restrict maskb, const float *const restrict depth, const int width, const int height, const float pad_factor, const int pad_min, const int pad_max, _hl_region_t **regions_out) |
| int _segment_clipped_regions | ( | const uint8_t *const restrict | maskb, |
| const float *const restrict | depth, | ||
| const int | width, | ||
| const int | height, | ||
| const float | pad_factor, | ||
| const int | pad_min, | ||
| const int | pad_max, | ||
| _hl_region_t ** | regions_out | ||
| ) |
Definition at line 29 of file segmentation.c.
References height, i, MAX, MIN, _hl_region_t::pad, _hl_region_t::radius, _hl_region_t::rx0, _hl_region_t::rx1, _hl_region_t::ry0, _hl_region_t::ry1, width, _hl_region_t::x0, _hl_region_t::x1, _hl_region_t::y0, and _hl_region_t::y1.
Referenced by _harmonic_reconstruct_cl(), _harmonic_reconstruct_host(), process_harmonic_bayer(), and process_harmonic_xtrans().