Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: ndimage: gaussian filter truncation #2767

Merged
merged 3 commits into from Sep 9, 2013

Commits on Aug 28, 2013

  1. ENH: expose control truncation of ndimage.gaussian_filter().

    This change gives the user control over the size at which the Gaussian filter is truncated,
    with default behavior to truncate at 4 standard deviations (the previous fixed value).
    thouis authored and WarrenWeckesser committed Aug 28, 2013
    Copy the full SHA
    19eff1c View commit details
    Browse the repository at this point in the history
  2. ENH: Pass extra keyword arguments to gaussian_laplace() and gaussian_…

    …gradient_magnitude() to gaussian_filter()
    
    This change allows control over the truncation radius of the gaussian filter used in
    gaussian_laplace() and gaussian_gradient_magnitude().
    thouis authored and WarrenWeckesser committed Aug 28, 2013
    Copy the full SHA
    f6c8d9d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf3aa17 View commit details
    Browse the repository at this point in the history