IMAGE (kimage_proc) functions


LIBRARY ROUTINE

gauss_gen - gaussian generator for a line of data

LIBRARY CALL

int gauss_gen(
   int xpeak,
   int ypeak, 
   double xvar, 
   double yvar, 
   double corr_coeff, 
   double ampl, 
   int norm, 
   int size, 
   int start_xpos,
   int ypos, 
   int flag, 
   double **data)

INPUT

OUTPUT

RETURN VALUE

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

DESCRIPTION

Generates a 2D gaussian function for a line in the image.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

Restrictions on data or input as applicable

MODIFICATION

*

FILES

$IMAGE/objects/library/kimage_proc/src/ligauss_func.c

SEE ALSO

kimage_proc(3)

COPYRIGHT

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