.. AUTO-GENERATED FILE -- DO NOT EDIT!

Module: :mod:`filter.thresholding`
==================================
.. automodule:: skimage.filter.thresholding

.. currentmodule:: skimage.filter.thresholding
.. autosummary::

   skimage.filter.thresholding.histogram
   skimage.filter.thresholding.threshold_adaptive
   skimage.filter.thresholding.threshold_otsu

histogram
---------

.. autofunction:: skimage.filter.thresholding.histogram

threshold_adaptive
------------------

.. autofunction:: skimage.filter.thresholding.threshold_adaptive

threshold_otsu
--------------

.. autofunction:: skimage.filter.thresholding.threshold_otsu

