DATAMANIP (kdatamanip) functions


LIBRARY ROUTINE

lklinearop - perform linear operations (convolution/correlation) on a data object

LIBRARY CALL

int lklinearop( kobject src,
                kobject kernel,
                int filtering_type,
                double real_pad_value,
                double img_pad_value,
                int  *offset,
                int  reflection,
                int  *sub_size,
                int  *sub_pos,
                int  upcast,
                kobject dest )

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise

DESCRIPTION

Library routine for klinearop. Performs convolution or correlation operations on a data object.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

Scott Wilson (major rewrites, Nov '95)

FILES

$DATAMANIP/objects/library/kdatamanip/src/lklinearop.c

SEE ALSO

kdatamanip(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.