Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_iop_bilateral_params_t Struct Reference
+ Collaboration diagram for dt_iop_bilateral_params_t:

Data Fields

float radius
 
float reserved
 
float red
 
float green
 
float blue
 

Detailed Description

implementation of the 5d-color bilateral filter using andrew adams et al.'s permutohedral lattice, which they kindly provided online as c++ code, under new bsd license.

Field Documentation

◆ blue

float dt_iop_bilateral_params_t::blue

◆ green

float dt_iop_bilateral_params_t::green

◆ radius

float dt_iop_bilateral_params_t::radius

◆ red

float dt_iop_bilateral_params_t::red

◆ reserved

float dt_iop_bilateral_params_t::reserved

The documentation for this struct was generated from the following file: