![]() |
![]() |
Functions | |
void | IMG_corr_5x5_i16s_c16s (const short *restrict imgin_ptr, int *restrict imgout_ptr, short width, short pitch, const short *restrict mask_ptr, short shift, int round) |
void IMG_corr_5x5_i16s_c16s | ( | const short *restrict | imgin_ptr, | |
int *restrict | imgout_ptr, | |||
short | width, | |||
short | pitch, | |||
const short *restrict | mask_ptr, | |||
short | shift, | |||
int | round | |||
) |
imgin_ptr | Pointer to an input image of 16-bit pixels | |
imgout_ptr | Pointer to an output image of 32-bit pixels | |
width | Number of output pixels | |
pitch | Number of columns in the image | |
mask_ptr | Pointer to a 16-bit filter mask | |
shift | User specified right shift on sum | |
round | User specified round value |