{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {
    "Notes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Raises": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Yields": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Methods": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Returns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "No Docstrings"
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Receives": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warnings": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Attributes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Extended Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Other Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    }
  },
  "_ordered_sections": [
    "Summary",
    "Extended Summary",
    "Parameters",
    "Attributes",
    "Methods",
    "Returns",
    "Yields",
    "Receives",
    "Other Parameters",
    "Raises",
    "Warns",
    "Warnings",
    "Notes"
  ],
  "item_file": "/scipy/ndimage/__init__.py",
  "item_line": 0,
  "item_type": "module",
  "aliases": [
    "scipy.ndimage"
  ],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "scipy.ndimage",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This package contains various functions for multidimensional image processing."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Multidimensional image processing ("
        },
        {
          "__type": "InlineRole",
          "__tag": 4003,
          "value": "scipy.ndimage",
          "domain": null,
          "role": "mod",
          "inventory": null
        },
        {
          "__type": "Text",
          "__tag": 4046,
          "value": ")"
        }
      ],
      "level": 0,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    convolve - Multidimensional convolution\n    convolve1d - 1-D convolution along the given axis\n    correlate - Multidimensional correlation\n    correlate1d - 1-D correlation along the given axis\n    gaussian_filter\n    gaussian_filter1d\n    gaussian_gradient_magnitude\n    gaussian_laplace\n    generic_filter - Multidimensional filter using a given function\n    generic_filter1d - 1-D generic filter along the given axis\n    generic_gradient_magnitude\n    generic_laplace\n    laplace - N-D Laplace filter based on approximate second derivatives\n    maximum_filter\n    maximum_filter1d\n    median_filter - Calculates a multidimensional median filter\n    minimum_filter\n    minimum_filter1d\n    percentile_filter - Calculates a multidimensional percentile filter\n    prewitt\n    rank_filter - Calculates a multidimensional rank filter\n    sobel\n    uniform_filter - Multidimensional uniform filter\n    uniform_filter1d - 1-D uniform filter along the given axis\n    vectorized_filter",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Filters"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    fourier_ellipsoid\n    fourier_gaussian\n    fourier_shift\n    fourier_uniform",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Fourier filters"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    affine_transform - Apply an affine transformation\n    geometric_transform - Apply an arbitrary geometric transform\n    map_coordinates - Map input array to new coordinates by interpolation\n    rotate - Rotate an array\n    shift - Shift an array\n    spline_filter\n    spline_filter1d\n    zoom - Zoom an array",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Interpolation"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    center_of_mass - The center of mass of the values of an array at labels\n    extrema - Min's and max's of an array at labels, with their positions\n    find_objects - Find objects in a labeled array\n    histogram - Histogram of the values of an array, optionally at labels\n    label - Label features in an array\n    labeled_comprehension\n    maximum\n    maximum_position\n    mean - Mean of the values of an array at labels\n    median\n    minimum\n    minimum_position\n    standard_deviation - Standard deviation of an N-D image array\n    sum_labels - Sum of the values of the array\n    value_indices - Find indices of each distinct value in given array\n    variance - Variance of the values of an N-D image array\n    watershed_ift",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Measurements"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Code",
          "__tag": 4050,
          "value": ".. autosummary:: \n    :toctree:generated/\n    binary_closing\n    binary_dilation\n    binary_erosion\n    binary_fill_holes\n    binary_hit_or_miss\n    binary_opening\n    binary_propagation\n    black_tophat\n    distance_transform_bf\n    distance_transform_cdt\n    distance_transform_edt\n    generate_binary_structure\n    grey_closing\n    grey_dilation\n    grey_erosion\n    grey_opening\n    iterate_structure\n    morphological_gradient\n    morphological_laplace\n    white_tophat",
          "execution_status": null
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Morphology"
        }
      ],
      "level": 1,
      "target": null
    }
  ],
  "local_refs": []
}