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

#include <nlmeans_core.h>

+ Collaboration diagram for dt_nlmeans_param_t:

Data Fields

float scattering
 
float scale
 
float luma
 
float chroma
 
float center_weight
 
float sharpness
 
int patch_radius
 
int search_radius
 
int decimate
 
const float *const norm
 
dt_dev_pixelpipe_type_t pipetype
 
int kernel_init
 
int kernel_dist
 
int kernel_horiz
 
int kernel_vert
 
int kernel_accu
 

Detailed Description

Definition at line 25 of file nlmeans_core.h.

Field Documentation

◆ center_weight

float dt_nlmeans_param_t::center_weight

Definition at line 31 of file nlmeans_core.h.

◆ chroma

float dt_nlmeans_param_t::chroma

Definition at line 30 of file nlmeans_core.h.

◆ decimate

int dt_nlmeans_param_t::decimate

Definition at line 35 of file nlmeans_core.h.

◆ kernel_accu

int dt_nlmeans_param_t::kernel_accu

Definition at line 42 of file nlmeans_core.h.

◆ kernel_dist

int dt_nlmeans_param_t::kernel_dist

Definition at line 39 of file nlmeans_core.h.

◆ kernel_horiz

int dt_nlmeans_param_t::kernel_horiz

Definition at line 40 of file nlmeans_core.h.

◆ kernel_init

int dt_nlmeans_param_t::kernel_init

Definition at line 38 of file nlmeans_core.h.

◆ kernel_vert

int dt_nlmeans_param_t::kernel_vert

Definition at line 41 of file nlmeans_core.h.

◆ luma

float dt_nlmeans_param_t::luma

Definition at line 29 of file nlmeans_core.h.

◆ norm

const float* const dt_nlmeans_param_t::norm

Definition at line 36 of file nlmeans_core.h.

◆ patch_radius

int dt_nlmeans_param_t::patch_radius

Definition at line 33 of file nlmeans_core.h.

◆ pipetype

dt_dev_pixelpipe_type_t dt_nlmeans_param_t::pipetype

Definition at line 37 of file nlmeans_core.h.

◆ scale

float dt_nlmeans_param_t::scale

Definition at line 28 of file nlmeans_core.h.

◆ scattering

float dt_nlmeans_param_t::scattering

Definition at line 27 of file nlmeans_core.h.

◆ search_radius

int dt_nlmeans_param_t::search_radius

Definition at line 34 of file nlmeans_core.h.

◆ sharpness

float dt_nlmeans_param_t::sharpness

Definition at line 32 of file nlmeans_core.h.


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