Go to the source code of this file.
|
static gray_image | new_gray_image (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) |
|
void | 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()
void 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 |
|
) |
| |
◆ 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 gray_image new_gray_image |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inlinestatic |