gaussian_2d_2width¶
-
gaussian_2d_2width(height, center_x, center_y, sigma_x, sigma_y)[source]¶ Returns a gaussian function 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
Returns: gaussian function with the given parameters
Return type: lambda function