gaussian_2d_2width_offset

gaussian_2d_2width_offset(height, center_x, center_y, sigma_x, sigma_y, offset)[source]

Returns a gaussian function + offset with the given parameters

Parameters:
  • height (float) – height of the gaussian function
  • center_x (float) – center in x of the gaussian function
  • center_y (float) – center in y of the gaussian function
  • sigma_x (float) – sigma in x of the gaussian function
  • sigma_x – sigma in y of the gaussian function
  • offset – offset of the gaussian function

:type offset float

Returns:gaussian function with the given parameters
Return type:lambda function