![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_denoiseprofile_data_t:Data Fields | |
| float | radius |
| float | nbhood |
| float | strength |
| float | shadows |
| float | bias |
| float | scattering |
| float | central_pixel_weight |
| float | overshooting |
| float | a [3] |
| float | b [3] |
| dt_iop_denoiseprofile_mode_t | mode |
| dt_draw_curve_t * | curve [DT_DENOISE_PROFILE_NONE] |
| dt_iop_denoiseprofile_channel_t | channel |
| float | force [DT_DENOISE_PROFILE_NONE][7] |
| gboolean | wb_adaptive_anscombe |
| gboolean | fix_anscombe_and_nlmeans_norm |
| gboolean | use_new_vst |
| dt_iop_denoiseprofile_wavelet_mode_t | wavelet_color_mode |
| float dt_iop_denoiseprofile_data_t::a[3] |
Referenced by commit_params(), nlmeans_backtransform(), nlmeans_precondition(), process_variance(), and process_wavelets().
| float dt_iop_denoiseprofile_data_t::b[3] |
Referenced by commit_params(), nlmeans_backtransform(), nlmeans_precondition(), process_variance(), and process_wavelets().
| float dt_iop_denoiseprofile_data_t::bias |
Referenced by commit_params(), nlmeans_backtransform(), and process_wavelets().
| float dt_iop_denoiseprofile_data_t::central_pixel_weight |
Referenced by commit_params(), and process_nlmeans_cpu().
| dt_iop_denoiseprofile_channel_t dt_iop_denoiseprofile_data_t::channel |
| dt_draw_curve_t* dt_iop_denoiseprofile_data_t::curve[DT_DENOISE_PROFILE_NONE] |
Referenced by cleanup_pipe(), commit_params(), and init_pipe().
| gboolean dt_iop_denoiseprofile_data_t::fix_anscombe_and_nlmeans_norm |
Referenced by commit_params(), compute_wb_factors(), and nlmeans_norm().
| float dt_iop_denoiseprofile_data_t::force[DT_DENOISE_PROFILE_NONE][7] |
Referenced by commit_params(), and variance_stabilizing_xform().
| dt_iop_denoiseprofile_mode_t dt_iop_denoiseprofile_data_t::mode |
Referenced by commit_params().
| float dt_iop_denoiseprofile_data_t::nbhood |
Referenced by commit_params(), and process_nlmeans_cpu().
| float dt_iop_denoiseprofile_data_t::overshooting |
Referenced by commit_params().
| float dt_iop_denoiseprofile_data_t::radius |
Referenced by commit_params(), and process_nlmeans_cpu().
| float dt_iop_denoiseprofile_data_t::scattering |
Referenced by commit_params(), and nlmeans_scattering().
| float dt_iop_denoiseprofile_data_t::shadows |
Referenced by commit_params(), nlmeans_precondition(), process_variance(), and process_wavelets().
| float dt_iop_denoiseprofile_data_t::strength |
Referenced by commit_params(), nlmeans_precondition(), process_variance(), and process_wavelets().
| gboolean dt_iop_denoiseprofile_data_t::use_new_vst |
Referenced by commit_params(), nlmeans_backtransform(), nlmeans_precondition(), and process_wavelets().
| dt_iop_denoiseprofile_wavelet_mode_t dt_iop_denoiseprofile_data_t::wavelet_color_mode |
Referenced by commit_params(), process_wavelets(), and variance_stabilizing_xform().
| gboolean dt_iop_denoiseprofile_data_t::wb_adaptive_anscombe |
Referenced by commit_params(), and compute_wb_factors().