Go to the source code of this file.
|
| static int | new_gray_image (gray_image *img, int width, int height) |
| |
| static void | free_gray_image (gray_image *img_p) |
| |
| static void | copy_gray_image (gray_image img1, gray_image img2) |
| |
| static int | min_i (int a, int b) |
| |
| static int | max_i (int a, int b) |
| |
| int | guided_filter (const float *guide, const float *in, float *out, int width, int height, int ch, int w, float sqrt_eps, float guide_weight, float min, float max) |
| |
◆ gray_image
◆ copy_gray_image()
◆ free_gray_image()
◆ guided_filter()
| int guided_filter |
( |
const float * |
guide, |
|
|
const float * |
in, |
|
|
float * |
out, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
ch, |
|
|
int |
w, |
|
|
float |
sqrt_eps, |
|
|
float |
guide_weight, |
|
|
float |
min, |
|
|
float |
max |
|
) |
| |
References compute_tile_height(), compute_tile_width(), eps, guided_filter_tiling(), height, i, max, min, min_i(), out, and width.
Referenced by _develop_blend_process_feather(), and process().
◆ max_i()
| static int max_i |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinestatic |
◆ min_i()
| static int min_i |
( |
int |
a, |
|
|
int |
b |
|
) |
| |
|
inlinestatic |
◆ new_gray_image()
| static int new_gray_image |
( |
gray_image * |
img, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlinestatic |