Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
_hl_region_ctx_t Struct Reference

#include <common.h>

+ Collaboration diagram for _hl_region_ctx_t:

Data Fields

float * interp
 
const float * mask
 
const float * depth
 
int width
 
const _hl_region_tregion
 
const dt_dev_pixelpipe_tpipe
 
int region_w
 
int region_h
 
size_t region_pixels
 
int extent
 
float scale
 
float epsilon
 
int max_cg_iter
 
float solid_color
 
float noise_level
 
float floor_gate
 
float region_worth
 
float * estimate
 
float * prev_scale
 
float * valid
 
float * blur_in
 
float * plane1
 
float * plane2
 
float * plane3
 
float * valid_variance
 
float * guide_score
 
float * clip_depth
 
float * clip0
 
uint8_t * hole
 
float * solver_field
 
float * fill_planes
 
float * dome_lum
 
float * lum_accum
 
float * reaction_weight
 
float * flat_target
 
float * cg_residual
 
float * cg_dir
 
float * cg_operator
 
float * cg_tmp1
 
float * cg_tmp2
 

Detailed Description

Definition at line 447 of file src/iop/highlights/common.h.

Field Documentation

◆ blur_in

float * _hl_region_ctx_t::blur_in

Definition at line 473 of file src/iop/highlights/common.h.

Referenced by _aniso_chroma(), and _cf_reconstruct().

◆ cg_dir

float * _hl_region_ctx_t::cg_dir

◆ cg_operator

float * _hl_region_ctx_t::cg_operator

Definition at line 479 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ cg_residual

float* _hl_region_ctx_t::cg_residual

◆ cg_tmp1

float * _hl_region_ctx_t::cg_tmp1

◆ cg_tmp2

float * _hl_region_ctx_t::cg_tmp2

◆ clip0

◆ clip_depth

float * _hl_region_ctx_t::clip_depth

◆ depth

const float* _hl_region_ctx_t::depth

Definition at line 452 of file src/iop/highlights/common.h.

Referenced by _region_gather().

◆ dome_lum

float * _hl_region_ctx_t::dome_lum

Definition at line 478 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct(), _joint_core(), and _selfdome().

◆ epsilon

float _hl_region_ctx_t::epsilon

◆ estimate

◆ extent

int _hl_region_ctx_t::extent

Definition at line 459 of file src/iop/highlights/common.h.

◆ fill_planes

float * _hl_region_ctx_t::fill_planes

Definition at line 478 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ flat_target

◆ floor_gate

◆ guide_score

float * _hl_region_ctx_t::guide_score

Definition at line 475 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ hole

◆ interp

float* _hl_region_ctx_t::interp

◆ lum_accum

float * _hl_region_ctx_t::lum_accum

◆ mask

const float* _hl_region_ctx_t::mask

Definition at line 451 of file src/iop/highlights/common.h.

Referenced by _region_composite(), and _region_gather().

◆ max_cg_iter

int _hl_region_ctx_t::max_cg_iter

Definition at line 462 of file src/iop/highlights/common.h.

Referenced by _joint_core().

◆ noise_level

float _hl_region_ctx_t::noise_level

Definition at line 464 of file src/iop/highlights/common.h.

Referenced by _region_composite().

◆ pipe

◆ plane1

float* _hl_region_ctx_t::plane1

◆ plane2

float * _hl_region_ctx_t::plane2

◆ plane3

float * _hl_region_ctx_t::plane3

Definition at line 474 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct().

◆ prev_scale

float * _hl_region_ctx_t::prev_scale

Definition at line 473 of file src/iop/highlights/common.h.

Referenced by _aniso_chroma(), and _cf_reconstruct().

◆ reaction_weight

float * _hl_region_ctx_t::reaction_weight

◆ region

◆ region_h

◆ region_pixels

◆ region_w

◆ region_worth

float _hl_region_ctx_t::region_worth

Definition at line 468 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct(), and _selfdome().

◆ scale

float _hl_region_ctx_t::scale

◆ solid_color

float _hl_region_ctx_t::solid_color

Definition at line 463 of file src/iop/highlights/common.h.

Referenced by _aniso_chroma(), and _joint_core().

◆ solver_field

◆ valid

◆ valid_variance

float* _hl_region_ctx_t::valid_variance

Definition at line 475 of file src/iop/highlights/common.h.

Referenced by _cf_reconstruct(), and _selfdome().

◆ width

int _hl_region_ctx_t::width

Definition at line 453 of file src/iop/highlights/common.h.

Referenced by _region_composite(), and _region_gather().


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