Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
region.h File Reference
#include "common/opencl.h"
#include "iop/highlights/common.h"
#include <stdint.h>
+ Include dependency graph for region.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void _region_guided_filter (float *const restrict interp, const float *const restrict mask, const float *const restrict depth, const int width, const _hl_region_t *const region, const dt_dev_pixelpipe_t *pipe, const float solid_color, const int max_iter, const float noise_level)
 

Function Documentation

◆ _region_guided_filter()

void _region_guided_filter ( float *const restrict  interp,
const float *const restrict  mask,
const float *const restrict  depth,
const int  width,
const _hl_region_t *const  region,
const dt_dev_pixelpipe_t pipe,
const float  solid_color,
const int  max_iter,
const float  noise_level 
)