![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <guided_filter.h>
Collaboration diagram for gray_image:Data Fields | |
| float * | data |
| int | width |
| int | height |
Definition at line 41 of file guided_filter.h.
| float* gray_image::data |
Definition at line 43 of file guided_filter.h.
Referenced by ambient_light(), copy_gray_image(), dark_channel(), free_gray_image(), guided_filter_tiling(), new_gray_image(), process(), and transition_map().
| int gray_image::height |
Definition at line 44 of file guided_filter.h.
Referenced by copy_gray_image(), dark_channel(), new_gray_image(), process(), and transition_map().
| int gray_image::width |
Definition at line 44 of file guided_filter.h.
Referenced by copy_gray_image(), dark_channel(), guided_filter_tiling(), new_gray_image(), process(), and transition_map().