![]() |
![]() |
Functions | |
void | IMG_corr_gen_i16s_c16s (short *restrict x, short *restrict h, short *restrict y, int m, int pitch) |
void IMG_corr_gen_i16s_c16s | ( | short *restrict | x, | |
short *restrict | h, | |||
short *restrict | y, | |||
int | m, | |||
int | pitch | |||
) |
x | Pointer to an input image of 16-bit pixels | |
h | Pointer to a 16-bit linear (1xM) filter mask | |
y | Output correlation sum(s) | |
m | Length of linear filter (taps) | |
pitch | Number of columns in input image |