![]() |
![]() |
Functions | |
void | IMG_clipping_16s (const short *restrict x, short rows, short cols, short *restrict r, short THRES_MAX, short THRES_MIN) |
void IMG_clipping_16s | ( | const short *restrict | x, | |
short | rows, | |||
short | cols, | |||
short *restrict | r, | |||
short | THRES_MAX, | |||
short | THRES_MIN | |||
) |
x | Input image of size cols-by-rows | |
rows | Height of the input image | |
cols | Width of the input image | |
r | Output image pointer | |
THRES_MAX | User-defined MAX threshold value | |
THRES_MIN | User-defined MIN threshold value |