![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <noiseprofiles.h>
Collaboration diagram for dt_noiseprofile_t:Data Fields | |
| char * | name |
| char * | maker |
| char * | model |
| int | iso |
| dt_aligned_pixel_t | a |
| dt_aligned_pixel_t | b |
Definition at line 44 of file noiseprofiles.h.
| dt_aligned_pixel_t dt_noiseprofile_t::a |
Definition at line 50 of file noiseprofiles.h.
Referenced by commit_params(), dt_noiseprofile_get_matching(), dt_noiseprofile_interpolate(), gui_changed(), gui_update(), legacy_params(), profile_callback(), and reload_defaults().
| dt_aligned_pixel_t dt_noiseprofile_t::b |
Definition at line 51 of file noiseprofiles.h.
Referenced by commit_params(), dt_noiseprofile_get_matching(), dt_noiseprofile_interpolate(), gui_update(), legacy_params(), and profile_callback().
| int dt_noiseprofile_t::iso |
Definition at line 49 of file noiseprofiles.h.
Referenced by _sort_by_iso(), dt_iop_denoiseprofile_get_auto_profile(), dt_noiseprofile_get_matching(), dt_noiseprofile_interpolate(), and reload_defaults().
| char* dt_noiseprofile_t::maker |
Definition at line 47 of file noiseprofiles.h.
Referenced by dt_noiseprofile_free(), and dt_noiseprofile_get_matching().
| char* dt_noiseprofile_t::model |
Definition at line 48 of file noiseprofiles.h.
Referenced by dt_noiseprofile_free(), and dt_noiseprofile_get_matching().
| char* dt_noiseprofile_t::name |
Definition at line 46 of file noiseprofiles.h.
Referenced by dt_noiseprofile_free(), dt_noiseprofile_get_matching(), and reload_defaults().