#include <stdint.h>
Go to the source code of this file.
Functions | |
int | gauss_pyr_down_8u_C1R (const uint8_t *src, int src_stride, int src_width, int src_height, uint8_t *dest, int dst_stride, uint8_t *buf) |
int | gauss_pyr_down_get_buf_size_8u_C1R (int width, int height) |
int gauss_pyr_down_8u_C1R | ( | const uint8_t * | src, |
int | src_stride, | ||
int | src_width, | ||
int | src_height, | ||
uint8_t * | dest, | ||
int | dst_stride, | ||
uint8_t * | buf | ||
) |
Definition at line 50 of file gauss_pyramid.c.
int gauss_pyr_down_get_buf_size_8u_C1R | ( | int | width, |
int | height | ||
) |
Definition at line 44 of file gauss_pyramid.c.